...
All checks were successful
test / test (push) Successful in 10s

This commit is contained in:
2025-11-21 18:56:47 +01:00
parent e3ca485059
commit 4adb70b3d6
2 changed files with 18 additions and 8 deletions

18
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,18 @@
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"