Skip to content

Commit

Permalink
ci: add gh action validator to pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Oct 7, 2024
1 parent 1416bc9 commit 72ce568
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72ce568

Please sign in to comment.