Skip to content

Commit

Permalink
pr: tips to golangci-lint locally
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Feng Huo <[email protected]>
  • Loading branch information
Qi Feng Huo committed Sep 28, 2023
1 parent 1de49ec commit 7f3407a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read

# run it locally
# GO111MODULE=off golangci-lint run -v

jobs:
golangci:
name: lint
Expand Down

0 comments on commit 7f3407a

Please sign in to comment.