Skip to content

Commit 3799e04

Browse files
authored
Merge pull request #42 from pytest-dev/lint-workflow-actions/1/dev
Add linter for workflow actions
2 parents 85bfb11 + 65fcdae commit 3799e04

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
@@ -41,3 +41,8 @@ repos:
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py3-plus]
44+
45+
- repo: https://github.com/rhysd/actionlint
46+
rev: v1.6.15
47+
hooks:
48+
- id: actionlint-docker

0 commit comments

Comments
 (0)