github.com/nektos/act@v0.2.63/pkg/runner/testdata/shells/custom/push.yml (about) 1 on: push 2 jobs: 3 check: 4 runs-on: ubuntu-latest 5 steps: 6 # prints version and exits, it's not valid (for github) if {0} is not included 7 - shell: pwsh -v '. {0}' 8 run: '' 9 check-container: 10 runs-on: ubuntu-latest 11 container: catthehacker/ubuntu:pwsh-latest 12 steps: 13 - shell: pwsh -v '. {0}' 14 run: ''