Skip to content

Commit

Permalink
Update go-quality.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Svobodan <[email protected]>
  • Loading branch information
mirxcle authored Mar 11, 2024
1 parent c80f787 commit 67b3adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
-
name: Vet
run: go vet -v
-
name: staticcheck
run: staticcheck -f stylish -checks all ./...
# -
# name: staticcheck
# run: staticcheck -f stylish -checks all ./...
-
name: gocyclo
run: gocyclo .


0 comments on commit 67b3adb

Please sign in to comment.