Skip to content

Commit 1724e1a

Browse files
Merge pull request #2388 from kolyshkin/ci-extra
ci: fix running extra linters
2 parents 442957a + 9c8f369 commit 1724e1a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/validate.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
version: "${{ env.LINT_VERSION }}"
4343
args: --verbose
4444
# Extra linters, only checking new code from a pull request.
45-
- name: Extra golangci-lint config. switcharoo
46-
run: mv .golangci-extra.yml golangci.yml
4745
- name: lint-extra
4846
uses: golangci/golangci-lint-action@v6
4947
with:
48+
args: --config=.golangci-extra.yml
5049
version: "${{ env.LINT_VERSION }}"
5150
only-new-issues: true
5251

.golangci-extra.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ run:
1414
- systemd
1515
- exclude_graphdriver_btrfs
1616
- containers_image_openpgp
17-
concurrency: 6
18-
deadline: 5m
17+
timeout: 5m
1918

2019
linters:
2120
disable-all: true

0 commit comments

Comments
 (0)