feat: cmd support for windows (#1941)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
ChristopherHX
2023-08-08 17:44:25 +02:00
committed by GitHub
parent 6468dd7fc8
commit 83140951bf
5 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
on:
push:
jobs:
test:
runs-on: windows-latest
steps:
- run: |
echo Hi
shell: cmd