Workflow test

This commit is contained in:
Marco Kittel 2026-03-03 21:46:11 +01:00
parent 075b9113bc
commit 7029d49d18
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
# .gitea/workflows/test.yml
name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "Hello from Gitea Runner!"
- run: uname -a