Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Millefeuille42/HelldiversIITools
Browse files Browse the repository at this point in the history
  • Loading branch information
Millefeuille42 committed Mar 26, 2024
2 parents c3be97d + b1939a3 commit 67e8bc4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Go

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:
runs-on: ubuntu-latest
container:
image: golang:1.20-alpine
steps:
- uses: actions/checkout@v3

- name: Build cmd/api
run: go build -v ./cmd/api

- name: Build cmd/bot
run: go build -v ./cmd/bot

- name: Build cmd/updater
run: go build -v ./cmd/updater

0 comments on commit 67e8bc4

Please sign in to comment.