Skip to content

Commit 7fcde18

Browse files
committed
Disable golangci preflight config validation
Signed-off-by: apostasie <[email protected]>
1 parent c2b949f commit 7fcde18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
5656
with:
5757
args: --verbose
58+
# See https://github.com/containerd/nerdctl/issues/3914
59+
verify: false
5860
other:
5961
timeout-minutes: 5
6062
name: yaml | shell | imports order

0 commit comments

Comments
 (0)