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