From ee6d34be32d9aa751084bb27d67a290377974a61 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 23 Feb 2024 22:19:44 -0500 Subject: [PATCH] ci: remove CI validation --- .github/workflows/ci.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/ci.yaml 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