Skip to content

Commit

Permalink
Use language: rust in .pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 22, 2024
1 parent b54fac9 commit 1cf0159
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 1cf0159

Please sign in to comment.