Skip to content

Commit

Permalink
.github/workflows: add github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Nov 24, 2023
1 parent 90a0344 commit c133619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
go-version: 1.20.5
- name: Lint
run: go run build/ci.go lint

build:
runs-on: ubuntu-latest
- name: Build
run: go run build/ci.go install -dlgo

Expand Down

0 comments on commit c133619

Please sign in to comment.