Test workflow 2
Test / build (push) Successful in 10s Details

This commit is contained in:
Marco Kittel 2026-03-03 22:16:00 +01:00
parent 147a68ffbc
commit b1d544317e
1 changed files with 0 additions and 2 deletions

View File

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