Skip to content

Commit 23237f1

Browse files
fix: missing dir path
1 parent e1d9301 commit 23237f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: actionlint
1919
name: Check Github Actions
20-
args: ["--ignore", "SC2102"]
20+
args: ["--ignore", "SC2102", "SC2129", "SC2086"]
2121
exclude: ^rigging_pr_description\.yml$
2222

2323
# Python code security

0 commit comments

Comments
 (0)