From bb5453a26ae06b1a62c6c5fd5ccfe96fcf44673e Mon Sep 17 00:00:00 2001 From: David Kasakaitis Date: Mon, 7 Oct 2024 12:13:58 +0100 Subject: [PATCH] ci(precommit): add gh action validator to pre commit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd69437..04b3e71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,8 @@ repos: args: [--fix] # Run the formatter. - id: ruff-format + + - repo: https://github.com/mpalmer/action-validator + rev: v0.5.1 + hooks: + - id: action-validator