Skip to content

Commit

Permalink
fixup! sway: add sway-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Aug 21, 2024
1 parent 239c58b commit 2324a45
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2324a45

Please sign in to comment.