Skip to content

docs(README.md): add useful links and resources for PowerShell develo… #11

docs(README.md): add useful links and resources for PowerShell develo…

docs(README.md): add useful links and resources for PowerShell develo… #11

Workflow file for this run

name: Unit Test
on: push
jobs:
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Pester
shell: pwsh
run: Invoke-Pester
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run Pester
shell: pwsh
run: Invoke-Pester