Skip to content

Commit c09a712

Browse files
committed
feat: introduce action linter
1 parent 4dd0a56 commit c09a712

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ repos:
5252
- id: codespell
5353
additional_dependencies:
5454
- tomli
55+
- repo: https://github.com/rhysd/actionlint
56+
rev: v1.7.7
57+
hooks:
58+
- id: actionlint

0 commit comments

Comments
 (0)