We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4260e commit 66dde2eCopy full SHA for 66dde2e
1 file changed
.pre-commit-config.yaml
@@ -67,3 +67,7 @@ repos:
67
description: check spelling with the typos crate
68
files: \.(html|md|py|sh|ya?ml)$
69
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