Skip to content

Commit

Permalink
Fix CI lints
Browse files Browse the repository at this point in the history
  • Loading branch information
noamraph committed Aug 16, 2024
1 parent d4c5ec6 commit 04d653e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,15 @@ jobs:
with:
use-gha-cache: false
- name: Check rustfmt
run: nix develop --command check-rustfmt
run: nix develop --command bash -c 'cd nixsa-bin && check-rustfmt'
- name: Check Clippy
run: nix develop --command check-clippy
run: nix develop --command bash -c 'cd nixsa-bin && check-clippy'
- name: Check Spelling
run: nix develop --command check-spelling
run: nix develop --command bash -c 'cd nixsa-bin && check-spelling'
- name: Check nixpkgs-fmt formatting
run: nix develop --command check-nixpkgs-fmt
run: nix develop --command bash -c 'cd nixsa-bin && check-nixpkgs-fmt'
- name: Check EditorConfig conformance
run: nix develop --command check-editorconfig
- name: Shell check for nix-installer.sh
run: nix develop --command shellcheck ./nix-installer.sh
run: nix develop --command bash -c 'cd nixsa-bin && check-editorconfig'

run-x86_64-linux:
name: Run x86_64 Linux
Expand Down

0 comments on commit 04d653e

Please sign in to comment.