Skip to content

Commit

Permalink
MODIFY: modify lint.yml
Browse files Browse the repository at this point in the history
modify lint.yml
  • Loading branch information
Zherphy committed Sep 30, 2024
1 parent 3599107 commit a22e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude-dir BigFiles ./...
args: -exclude-dir BigFiles -exclude-dir utils ./...
- name: Unit tests
run: go test -race -count=1 -v ./...
- name: cleanup
Expand Down

0 comments on commit a22e6da

Please sign in to comment.