Skip to content

Commit

Permalink
re-enable clippy+fmt checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Sep 26, 2023
1 parent 5f878ae commit be481fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nix_macos_apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
with:
clean: "true"

#- name: check formatting with rustfmt
# run: nix develop -c cargo fmt --all -- --check
- name: check formatting with rustfmt
run: nix develop -c cargo fmt --all -- --check

#- name: check code style with clippy
# run: nix develop -c cargo clippy --workspace --tests -- --deny warnings
- name: check code style with clippy
run: nix develop -c cargo clippy --workspace --tests -- --deny warnings

#- name: check code style with clippy --release
# run: cargo clippy --workspace --tests --release -- --deny warnings
- name: check code style with clippy --release
run: nix develop -c cargo clippy --workspace --tests --release -- --deny warnings

- name: test building default.nix
run: nix-build
Expand Down

0 comments on commit be481fc

Please sign in to comment.