Skip to content

Commit 8f3092a

Browse files
committed
actionlint charming
1 parent 7cf921d commit 8f3092a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/actionlint.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ config-variables: null
55

66
paths:
77
.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-
]
8+
ignore:
9+
- '1st argument of function call is not assignable'
10+
- 'SC2(015|038|086|091|097|098|129|155)'

0 commit comments

Comments
 (0)