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 7cf921d commit 8f3092aCopy full SHA for 8f3092a
1 file changed
.github/actionlint.yaml
@@ -5,7 +5,6 @@ config-variables: null
5
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)'
11
- ]
+ ignore:
+ - '1st argument of function call is not assignable'
+ - 'SC2(015|038|086|091|097|098|129|155)'
0 commit comments