mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Added powershell support
This commit is contained in:
parent
835396c645
commit
f2e3803913
5 changed files with 43 additions and 2 deletions
6
testing/resources/powershell_repo/.pre-commit-hooks.yaml
Normal file
6
testing/resources/powershell_repo/.pre-commit-hooks.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- id: powershell-example-hook
|
||||
name: Test Powershell Project
|
||||
description: Test Powershell Project
|
||||
entry: test-script.ps1
|
||||
language: powershell
|
||||
stages: [commit]
|
||||
Loading…
Add table
Add a link
Reference in a new issue