Files
test/test.yml
T
2026-05-25 19:27:38 +00:00

11 lines
131 B
YAML

name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner works!"