Skip to content

Commit 66dde2e

Browse files
authored
Add actionlint hook to pre-commit configuration
1 parent 5b4260e commit 66dde2e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ repos:
6767
description: check spelling with the typos crate
6868
files: \.(html|md|py|sh|ya?ml)$
6969
args: [--config=.github/linters/.typos.toml]
70+
- repo: https://github.com/rhysd/actionlint
71+
rev: v1.7.7
72+
hooks:
73+
- id: actionlint

0 commit comments

Comments
 (0)