Skip to content

Commit c588ff4

Browse files
committed
ci: add actionlint
1 parent 2bee70b commit c588ff4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ repos:
1010
- id: check-yaml
1111
- id: check-added-large-files
1212

13+
- repo: https://github.com/rhysd/actionlint
14+
rev: v1.7.3
15+
hooks:
16+
- id: actionlint
17+
1318
- repo: https://github.com/astral-sh/ruff-pre-commit
1419
# Ruff version.
1520
rev: 'v0.6.3'

0 commit comments

Comments
 (0)