Files
ci-test/.github/workflows/test.yml
T
2026-09-05 05:05:27 +00:00

8 lines
105 B
YAML

name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "CI WORKS!"