Skip to content

Commit

Permalink
Merge pull request #79 from khaeru/enh/pre-commit-hook
Browse files Browse the repository at this point in the history
Use language: rust in .pre-commit-hooks
  • Loading branch information
mpalmer authored Nov 22, 2024
2 parents b54fac9 + 1cf0159 commit 56ba56b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- id: action-validator
name: 'action validator'
entry: bin/run-action-validator
files: '.github/workflows/.*\.ya?ml'
language: 'script'
description: "Validate GitHub Actions workflows"
- id: action-validator
name: Validate GitHub Actions workflows
description: "Validate GitHub Actions workflows"
entry: action-validator
language: rust
files: '.github/workflows/.*\.ya?ml'

0 comments on commit 56ba56b

Please sign in to comment.