Test workflow
Some checks failed
test / build (push) Failing after 9s

This commit is contained in:
2026-03-10 17:30:15 +01:00
parent b540407433
commit cb4c515dff

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

@@ -0,0 +1,10 @@
name: test
on: [push]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: echo "Hello test lol funciona xd"