chore: cleanup test workflows

This commit is contained in:
Abiba (pi)
2026-06-28 00:48:01 +00:00
parent 553d469174
commit 7047749ef0
4 changed files with 0 additions and 21 deletions
-1
View File
@@ -1 +0,0 @@
# Runner
-1
View File
@@ -1 +0,0 @@
# Test Sun Jun 28 00:38:10 UTC 2026
-9
View File
@@ -1,9 +0,0 @@
name: Minimal Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "HELLO_WORLD"
- run: pwd
- run: ls -la
-10
View File
@@ -1,10 +0,0 @@
name: Simple Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from runner! OS: $(uname -a)"
- run: python3 --version
- run: git --version
- run: echo "Runner works!"