Skip to content

Commit

Permalink
ci: stop cargo format and cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr committed Feb 19, 2025
1 parent 98706b9 commit 3441704
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
override: true
components: rustfmt

- name: Run cargo format
uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139 # pin@master
with:
command: fmt
args: --all -- --check
toolchain: nightly # Note some of the rules we use for fmt are only available with the nightly toolchain

- name: Run cargo check
uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139 # pin@master
with:
Expand All @@ -52,14 +45,6 @@ jobs:
args: --no-deps --all-features
toolchain: nightly

- name: Run cargo audit
uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139 # pin@master
with:
command: audit
toolchain: stable
env:
RUSTDOCFLAGS: --cfg docsrs

- name: Install cargo-deny
run: cargo install cargo-deny

Expand Down

0 comments on commit 3441704

Please sign in to comment.