Skip to content

Commit

Permalink
Add PowerShell formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeKjaer committed Dec 13, 2024
1 parent 26a903a commit eb880aa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/RestSetAcls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,22 @@ jobs:
run: |
.\init.ps1
Test
test-format:
name: Test PowerShell formatting
runs-on: windows-latest
defaults:
run:
working-directory: .\RestSetAcls
shell: pwsh
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run all Pester tests
run: |
.\init.ps1
Test-Format
Check-manifest:
name: Check .psd1 manifest file
runs-on: windows-latest
Expand Down

0 comments on commit eb880aa

Please sign in to comment.