Added powershell support

This commit is contained in:
Walluce Pinkham 2022-04-13 09:08:12 +01:00
parent 835396c645
commit f2e3803913
5 changed files with 43 additions and 2 deletions

View 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]