mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-15 16:33:07 +00:00
83140951bf
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
9 lines
118 B
YAML
9 lines
118 B
YAML
on:
|
|
push:
|
|
jobs:
|
|
test:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- run: |
|
|
echo Hi
|
|
shell: cmd |