From 2324a45a7f56eaf4c404b868b8dde1f9efb543a0 Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Wed, 21 Aug 2024 09:25:57 +0100 Subject: [PATCH] fixup! sway: add sway-helper --- .github/workflows/ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f51be..ecd89b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,28 @@ jobs: - name: flake check run: nix flake check + sway-helper-code-quality: + name: sway-helper code quality + needs: + - formatting + runs-on: ubuntu-latest + + defaults: + run: + working-directory: ./overlays/pkgs/sway-helper + + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@V27 + + - name: clippy + run: nix develop --command cargo clippy --all-targets -- -D warnings + build-home-manager-configs: name: Build Home Manager configurations needs: - formatting + - sway-helper-code-quality runs-on: ubuntu-latest strategy: