Skip to content

Commit

Permalink
fix ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pcasaretto committed Mar 31, 2024
1 parent 3e49cd7 commit 3566c30
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
run: |
nix develop --command \
cargo fmt --check
- name: Audit Rust code
run: |
nix develop --command \
cargo-deny check
- name: Check spelling
run: |
nix develop --command \
codespell \
--skip target,.git \
--ignore-words-list crate
build_and_test_nix:
name: Test and build Ray Tracer
Expand Down

0 comments on commit 3566c30

Please # to comment.