test: minimal workflow
Minimal Test / test (push) Successful in 2s
CI / validate (pull_request) Failing after 1s
CI / deploy (pull_request) Has been skipped

This commit is contained in:
Abiba (pi)
2026-06-28 00:45:02 +00:00
parent 84b80179ec
commit 9611f935bc
+9
View File
@@ -0,0 +1,9 @@
name: Minimal Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "HELLO_WORLD"
- run: pwd
- run: ls -la