Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Dec 18, 2023
1 parent 767ddfc commit ce6d3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
caller-workflow-name: clippy_and_udeps_check

- name: cargo clippy
run: cargo +nightly-2023-12-18-x86_64-unknown-linux-gnu clippy --all-targets
run: cargo +nightly-2023-12-17-x86_64-unknown-linux-gnu clippy --all-targets

- name: cargo udeps
run: cargo +nightly-2023-12-18-x86_64-unknown-linux-gnu udeps --locked
run: cargo +nightly-2023-12-17-x86_64-unknown-linux-gnu udeps --locked

0 comments on commit ce6d3e1

Please sign in to comment.