Files
test/.gitea/workflows/test.yml
WOBBLEFANG THE THIRD 4adb70b3d6
All checks were successful
test / test (push) Successful in 10s
...
2025-11-21 18:56:47 +01:00

18 lines
340 B
YAML

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Echo Hello World
run: echo "Hello, World!"
- name: Echo content of "Owo.md"
run: cat Owo.mod || echo "Owo.md does not exist"