We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3092a commit 719e2ccCopy full SHA for 719e2cc
2 files changed
.github/actionlint.yaml
@@ -6,5 +6,5 @@ config-variables: null
6
paths:
7
.github/workflows/**/*.yml:
8
ignore:
9
- - '1st argument of function call is not assignable'
10
- - 'SC2(015|038|086|091|097|098|129|155)'
+ - 1st argument of function call is not assignable
+ - SC2(015|038|086|091|097|098|129|155)
.pre-commit-config.yaml
@@ -60,6 +60,7 @@ repos:
60
rev: v1.7.3
61
hooks:
62
- id: actionlint
63
+ - args: [-config-file=.github/actionlint.yaml]
64
65
- repo: https://github.com/sphinx-contrib/sphinx-lint
66
rev: v1.0.0
0 commit comments