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 9611f935bc - Show all commits
+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