add first gitea workflow
All checks were successful
test / test (push) Successful in 1m9s

This commit is contained in:
Dusan Vojacek
2026-04-04 17:35:32 +02:00
parent bbb5e63d1d
commit f4368e1000

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

@@ -0,0 +1,13 @@
name: test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "runner funguje"