From a5c5a12f2a3e58775b128019b751ee31322562c3 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Sun, 18 Aug 2024 13:48:51 +0200 Subject: [PATCH] Add actionlint with shellcheck integration (pre-commit) --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21309ce..0a11069 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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