Skip to content

Commit

Permalink
Add actionlint (for Github actions) to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 24, 2023
1 parent 208e26a commit 186f118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
repos:
- repo: https://github.com/snakemake/snakefmt
rev: v0.8.4 # Update when snakefmt has new release
rev: v0.8.4
hooks:
- id: snakefmt
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
hooks:
- id: actionlint

0 comments on commit 186f118

Please sign in to comment.