diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index eb30423..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -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