Skip to content

Commit 719e2cc

Browse files
committed
Come on, actionlint
1 parent 8f3092a commit 719e2cc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actionlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ config-variables: null
66
paths:
77
.github/workflows/**/*.yml:
88
ignore:
9-
- '1st argument of function call is not assignable'
10-
- 'SC2(015|038|086|091|097|098|129|155)'
9+
- 1st argument of function call is not assignable
10+
- SC2(015|038|086|091|097|098|129|155)

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ repos:
6060
rev: v1.7.3
6161
hooks:
6262
- id: actionlint
63+
- args: [-config-file=.github/actionlint.yaml]
6364

6465
- repo: https://github.com/sphinx-contrib/sphinx-lint
6566
rev: v1.0.0

0 commit comments

Comments
 (0)