Skip to content

Commit

Permalink
chore: nightly precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 12, 2024
1 parent f474c36 commit b2599af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@v6
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Typos
run: nix develop -i -L .#nightly --command typos
- name: Format
run: nix develop -i -L .#nightly --command cargo fmt --all -- --config format_code_in_doc_comments=true --check
- name: Pre-commit checks
run: nix develop -i -L .#nightly --command pre-commit run --all-files

clippy:
name: "Stable build, clippy and test"
Expand Down

0 comments on commit b2599af

Please sign in to comment.