Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update git cargo deps in CI
Browse files Browse the repository at this point in the history
nullstalgia committed Dec 27, 2024
1 parent 2be1db3 commit 1b63c64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,10 @@ jobs:
uses: actions-rust-lang/[email protected]
# - name: cargo fmt
# run: cargo fmt --all -- --check

# Running a dry update still pulls down new git changes
- name: Update git cargo deps
run: cargo update --dry-run
- name: Run Clippy
run: cargo clippy --all-targets --all-features
- name: Build

0 comments on commit 1b63c64

Please sign in to comment.