Skip to content

Commit

Permalink
Add actionlint with shellcheck integration (pre-commit) (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored Aug 18, 2024
1 parent 98cc65a commit 2f9e364
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ repos:
- -e
- lint-tests-pre-commit
- --

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: 1ca29a1b5d949b3586800190ad6cc98317cb43b8 # v1.7.1.15
hooks:
- id: actionlint
additional_dependencies:
- shellcheck-py>=0.9.0.5

0 comments on commit 2f9e364

Please sign in to comment.