act/pkg/runner/testdata/windows-shell-cmd/push.yml
ChristopherHX 83140951bf
feat: cmd support for windows (#1941)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-08 15:44:25 +00:00

9 lines
No EOL
118 B
YAML

on:
push:
jobs:
test:
runs-on: windows-latest
steps:
- run: |
echo Hi
shell: cmd