Skip to content

Commit 2d5da2e

Browse files
committed
ci(pre-commit): add actionlint
1 parent 1aaaa10 commit 2d5da2e

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
@@ -33,6 +33,10 @@ repos:
3333
- id: detect-private-key
3434
- id: trailing-whitespace
3535
# keep-sorted end
36+
- repo: https://github.com/rhysd/actionlint/
37+
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # frozen: v1.7.7
38+
hooks:
39+
- id: actionlint
3640
- repo: https://github.com/codespell-project/codespell
3741
rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
3842
hooks:

0 commit comments

Comments
 (0)