From 186f1185063abcc1bf8194d55343319f66288f5c Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 24 Sep 2023 01:59:53 +0200 Subject: [PATCH] Add actionlint (for Github actions) to pre-commit --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8c1f14f..fffe8cc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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