Skip to content

Commit 7c87506

Browse files
authored
Merge pull request #2342 from jbampton/add-actionlint
pre-commit: add `actionlint` for GitHub Actions workflow files
2 parents 8096285 + ddf89bd commit 7c87506

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ repos:
7272
- id: gitleaks
7373
name: run gitleaks
7474
description: check for secrets with gitleaks
75+
- repo: https://github.com/rhysd/actionlint
76+
rev: v1.7.8
77+
hooks:
78+
- id: actionlint
7579
- repo: https://github.com/oxipng/oxipng
7680
rev: v9.1.5
7781
hooks:

0 commit comments

Comments
 (0)