Skip to content

Update the actions and let dependabot keep them current #7

Update the actions and let dependabot keep them current

Update the actions and let dependabot keep them current #7

Workflow file for this run

name: Pester
on:
push:
pull_request:
workflow_dispatch:
jobs:
pester:
runs-on: windows-latest
steps:
- uses: actions/checkout@v7
- shell: pwsh
run: Invoke-Pester -Path tests -CI