ci: replace actions/checkout with native git clone #29

Merged
abiba-bot merged 7 commits from feat/ci-fix into main 2026-06-28 00:45:51 +00:00
Showing only changes of commit 67b6f64a93 - Show all commits
+10
View File
@@ -0,0 +1,10 @@
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!"