chore: remove CI workflow (no runner available, re-add when act_runner is configured)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user