eerste workflow-test
CI / test (push) Successful in 26s

This commit is contained in:
Elgin_Linux
2026-08-06 01:37:54 +02:00
commit 99d07c9c59
+13
View File
@@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hallo
run: echo "Hoi vanaf $(hostname) in $(pwd)"
- name: Slaapje
run: sleep 5
- name: Status
run: exit 0