From 5a8788b2e38ed5f45e922bf3c5bf1e11f181d1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 10 Mar 2026 02:17:08 +0100 Subject: [PATCH] delete old CI workflow Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml deleted file mode 100644 index 5bcca42..0000000 --- a/.github/workflows/build.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: build -on: - push: - pull_request: - -jobs: - build: - runs-on: ubuntu-latest - container: - image: ghcr.io/catthehacker/ubuntu:runner-latest - steps: - - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v27 - - name: run flacke check - run: nix flake check - - name: build packages - run: ./scripts/build-all.sh