Skip to content

Commit 84ceb63

Browse files
Merge branch 'main' into spofford/identity-locks
2 parents de97b65 + 06e90da commit 84ceb63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request:
88

99
jobs:
10-
1110
compile:
1211
name: compile:required
1312
runs-on: ubuntu-latest
@@ -33,7 +32,7 @@ jobs:
3332

3433
lint:
3534
name: lint:required
36-
needs: compile # Run after compilation to use the cache
35+
needs: compile # Run after compilation to use the cache
3736
runs-on: ubuntu-latest
3837

3938
steps:
@@ -51,11 +50,10 @@ jobs:
5150
key: ubuntu-latest-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
5251

5352
- name: Run Lint
54-
run: cargo clippy --verbose --tests --benches -- -D warnings -D clippy::all
53+
run: cargo clippy --verbose --tests --benches -- -D warnings
5554
env:
5655
RUST_BACKTRACE: 1
5756

58-
5957
format:
6058
name: fmt:required
6159
needs: compile
@@ -81,7 +79,6 @@ jobs:
8179
- name: Check formatting
8280
run: cargo fmt --all -- --check
8381

84-
8582
#
8683
# Runs a series of checks to make sure that all the docs
8784
# that need to be generated have been genrated an are up

0 commit comments

Comments
 (0)