test: minimal workflow

This commit is contained in:
Abiba (pi)
2026-06-28 00:45:02 +00:00
parent 2d91d57e8b
commit 7326217643
+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