Compare commits

..

4 Commits

Author SHA1 Message Date
f058471452 fix: file type
All checks were successful
test / test (push) Successful in 3s
2025-11-21 18:57:43 +01:00
4adb70b3d6 ...
All checks were successful
test / test (push) Successful in 10s
2025-11-21 18:56:47 +01:00
e3ca485059 Owo 2025-11-21 18:52:05 +01:00
110eb9124a poggers 2025-11-21 18:49:16 +01:00

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