diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml deleted file mode 100644 index 9fdfc1d..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: CI - -on: - pull_request: - push: - branches: [main] - -jobs: - validate: - name: Validate bootstrap - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: . ./bootstrap.sh