diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a7445..96fa46b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,9 @@ jobs: name: Install golangci-lint with: version: latest - args: --version # make lint will run the linter + # 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