Skip to content

Commit

Permalink
add back install-only hack
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Mar 27, 2024
1 parent e9bb11c commit 8a8ce0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
- uses: golangci/golangci-lint-action@v4
name: Install golangci-lint
with:
version: latest # make lint will run the linter
version: latest
# Hack: Use the official action to download, but not run.
# make lint below will handle actually running the linter.
args: --help

- run: make lint
name: Lint
Expand Down

0 comments on commit 8a8ce0f

Please sign in to comment.