Skip to content

Commit 06936f4

Browse files
committed
feat: pre-commit check GH actions
GH Actions are a bit of a pain, in that they usually require a commit to truly validate them but at least, try to validate syntax and other static stuff using pre-commit checkers.
1 parent a221717 commit 06936f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ repos:
4343
hooks:
4444
- id: markdownlint
4545
args: ["--fix"]
46+
- repo: https://github.com/mpalmer/action-validator
47+
rev: v0.6.0
48+
hooks:
49+
- id: action-validator
50+
- repo: https://github.com/rhysd/actionlint
51+
rev: v1.7.7
52+
hooks:
53+
- id: actionlint

0 commit comments

Comments
 (0)