From e22e395667855534b5223f08da1066f72749cbed Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 18 Jul 2023 11:32:37 -0400 Subject: [PATCH] Remove gh actions --- .github/workflows/ci.yaml | 19 ------------------- 1 file changed, 19 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 cfe9dd7..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: "CI" -on: - # Run only when pushing to master branch, and making PRs - push: - branches: - - main - pull_request: -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@main - - uses: cachix/cachix-action@v12 - with: - name: srid - - name: Build 🔨 - run: nix run github:srid/nixci