We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000d87f commit 1dce912Copy full SHA for 1dce912
.github/workflows/pr-golangci-lint.yaml
@@ -33,3 +33,5 @@ jobs:
33
version: v1.63.4
34
args: --out-format=colored-line-number
35
working-directory: ${{matrix.working-directory}}
36
+ - name: Lint API
37
+ run: GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api
0 commit comments