Skip to content

Commit

Permalink
Add golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus committed Oct 23, 2024
1 parent 3d7a06c commit 15a420c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
- name: Format, Lint
shell: bash
run: ./ci/build.sh
Expand Down

0 comments on commit 15a420c

Please sign in to comment.