Skip to content

Commit

Permalink
Update go-quality.yml (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: DJ Schleen <[email protected]>
  • Loading branch information
djschleen authored Feb 27, 2024
1 parent 7438ff5 commit dfaf0f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ 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 dfaf0f1

Please sign in to comment.