ci: simplify workflow + cleanup #30

Merged
abiba-bot merged 2 commits from feat/ci-fix into main 2026-06-28 00:49:55 +00:00
4 changed files with 0 additions and 21 deletions
Showing only changes of commit 7047749ef0 - Show all commits
-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!"