Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Jun 2, 2024
1 parent 5965fba commit 308dd0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
args: --verbose --skip=unused # Add --skip=unused flag
args: --verbose
allow-unused: true

test:
needs: lint
Expand Down

0 comments on commit 308dd0d

Please sign in to comment.