Add first Gitea Actions workflow
Runner Test / test (push) Successful in 17s

This commit is contained in:
2026-09-08 15:50:18 +01:00
commit 000379580f
2 changed files with 23 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Runner Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello from the PikaOS Gitea runner"
- name: Show environment
run: |
uname -a
node --version
npm --version
- name: Finish
run: echo "CI pipeline completed successfully"
+1
View File
@@ -0,0 +1 @@
# Runner Test