Simple shell workflow test
Some checks failed
Simple CI Test / test (push) Failing after 0s

This commit is contained in:
2026-05-24 12:34:42 +02:00
parent 7ab2e06a69
commit e42b29ec5d
2 changed files with 17 additions and 25 deletions

View File

@@ -0,0 +1,17 @@
name: Simple CI Test
on:
push:
branches: [main]
jobs:
test:
runs-on: linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo test
run: |
echo "Hello from Gitea Runner!"
echo "Workspace: $(pwd)"
ls -la