Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
珩轩 committed Oct 8, 2023
1 parent ee47d6c commit a751dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
args: --timeout 300s --skip-dirs-use-default -v -E goconst -E gofmt -E ineffassign -E goimports -E revive -E misspell -E vet -E deadcode
args: --timeout 300s --skip-dirs-use-default -v -E goconst -E gofmt -E ineffassign -E goimports -E misspell -E vet -E deadcode

shellcheck:
name: Shellcheck
Expand Down

0 comments on commit a751dab

Please sign in to comment.