From 7d6495399d5e1ba429a339de1c3a00f121e89305 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 8 Oct 2024 11:51:05 -0400 Subject: ci: remove nix flake check --- .github/workflows/ci.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 250f257..9f1ec19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,24 +25,3 @@ jobs: - name: Build site run: | nix build --print-build-logs - - check-and-lint: - name: Check & lint - - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 - - - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v8 - - - name: Run checks - run: | - nix flake check \ - --print-build-logs \ - --show-trace -- cgit v1.2.3