Skip to content

Commit ee5e7f7

Browse files
committed
Ensure CI keeps using correct GCL configs
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 9e1272d commit ee5e7f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
go-version-file: go.mod
8080
cache: true
81+
- run: make .golangci.custom.local.yml
8182
- name: Set golangci-lint version in .custom-gcl.yml
8283
run: |
8384
GOLANGCI_LINT_VERSION=$(curl -s https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r .name)
@@ -86,6 +87,7 @@ jobs:
8687
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
8788
with:
8889
version: latest
90+
args: --config=.golangci.custom.local.yml
8991
golangci-new:
9092
name: Strict linting of new code
9193
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)