Skip to content

Commit

Permalink
Add golangci-lint for static check.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzheng2020 committed Apr 14, 2024
1 parent 42e9213 commit 56bbbe2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
- name: Test All
run: |
make test
- name: Run golangci-lint
uses: golangci/[email protected]
with:
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true

0 comments on commit 56bbbe2

Please sign in to comment.