Skip to content

Commit

Permalink
ci(build): add go linting to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2022
1 parent 70268a3 commit 23b6f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3

- name: Install Go dependencies
run: go install ./...

- name: Lint Go
uses: golangci/golangci-lint-action@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 23b6f8b

Please sign in to comment.