chore: remove CI workflow (no runner available, re-add when act_runner is configured)

This commit is contained in:
2026-08-06 16:19:51 +00:00
parent 1c3cb28af1
commit 4c983d4ab6
-13
View File
@@ -1,13 +0,0 @@
name: CI
on:
push:
pull_request:
jobs:
basic-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Show tree
run: find . -maxdepth 3 | sort