mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 18:00:18 +00:00
9 lines
118 B
YAML
9 lines
118 B
YAML
on:
|
|
push:
|
|
jobs:
|
|
test:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- run: |
|
|
echo Hi
|
|
shell: cmd |