Files
test/.gitea/workflows/test.yml
WOBBLEFANG THE THIRD f058471452
All checks were successful
test / test (push) Successful in 3s
fix: file type
2025-11-21 18:57:43 +01:00

18 lines
339 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.md || echo "Owo.md does not exist"