We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 442957a + 9c8f369 commit 1724e1aCopy full SHA for 1724e1a
.github/workflows/validate.yml
@@ -42,11 +42,10 @@ jobs:
42
version: "${{ env.LINT_VERSION }}"
43
args: --verbose
44
# 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
47
- name: lint-extra
48
uses: golangci/golangci-lint-action@v6
49
with:
+ args: --config=.golangci-extra.yml
50
51
only-new-issues: true
52
.golangci-extra.yml
@@ -14,8 +14,7 @@ run:
14
- systemd
15
- exclude_graphdriver_btrfs
16
- containers_image_openpgp
17
- concurrency: 6
18
- deadline: 5m
+ timeout: 5m
19
20
linters:
21
disable-all: true
0 commit comments