We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1272d commit ee5e7f7Copy full SHA for ee5e7f7
1 file changed
.github/workflows/ci.yaml
@@ -78,6 +78,7 @@ jobs:
78
with:
79
go-version-file: go.mod
80
cache: true
81
+ - run: make .golangci.custom.local.yml
82
- name: Set golangci-lint version in .custom-gcl.yml
83
run: |
84
GOLANGCI_LINT_VERSION=$(curl -s https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r .name)
@@ -86,6 +87,7 @@ jobs:
86
87
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
88
89
version: latest
90
+ args: --config=.golangci.custom.local.yml
91
golangci-new:
92
name: Strict linting of new code
93
runs-on: ubuntu-latest
0 commit comments