We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a809b commit 85c0261Copy full SHA for 85c0261
.github/workflows/pr-golangci-lint.yaml
@@ -27,11 +27,7 @@ jobs:
27
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
28
with:
29
go-version: ${{ steps.vars.outputs.go_version }}
30
- - name: golangci-lint
31
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
32
- with:
33
- version: v1.63.4
34
- args: --out-format=colored-line-number
35
- working-directory: ${{matrix.working-directory}}
+ - name: Lint Codebase
+ run: make lint
36
- name: Lint API
37
- run: GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api
+ run: make lint-api
0 commit comments