act/pkg/runner/testdata/shells/pwsh/push.yml

16 lines
292 B
YAML
Raw Normal View History

on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- shell: pwsh
run: |
$PSVersionTable
check-container:
runs-on: ubuntu-latest
container: ghcr.io/justingrote/act-pwsh:latest
steps:
- shell: pwsh
run: |
$PSVersionTable