Skip to content

Commit

Permalink
chore(pre-commit): enable GitHub action linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysparry committed Dec 14, 2024
1 parent 182259c commit 385f0d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ repos:
- id: fix-byte-order-marker
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
hooks:
- id: actionlint
- repo: local
hooks:
- id: commitlint
Expand Down

0 comments on commit 385f0d2

Please sign in to comment.