Skip to content

Commit 1f0116a

Browse files
committed
remove cargo deny
1 parent eccb13c commit 1f0116a

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,5 @@ jobs:
1818
- uses: Swatinem/rust-cache@v2
1919
- uses: taiki-e/install-action@v2
2020
with:
21-
tool: [email protected],just@1,[email protected],cargo-[email protected],cargo-semver-checks@0.37
21+
tool: [email protected],just@1,[email protected],cargo-semver-checks@0.38
2222
- run: just verify
23-
lint:
24-
runs-on: ubuntu-latest
25-
timeout-minutes: 10
26-
steps:
27-
- uses: actions/checkout@v4
28-
- uses: dtolnay/rust-toolchain@stable
29-
with:
30-
components: clippy, rustfmt
31-
- uses: Swatinem/rust-cache@v2
32-
- uses: taiki-e/install-action@v2
33-
with:
34-
tool: cargo-hack,just,cargo-deny
35-
- run: cargo update
36-
- run: just test lint doc
37-
env:
38-
RUSTFLAGS: "-D warnings"
39-
RUSTDOCFLAGS: "-D warnings"
40-
- run: cargo deny check

deny.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set dotenv-load
33
# Perform all verifications (compile, test, lint, etc.)
44
verify: test lint doc check-msrv
55
cargo semver-checks
6-
cargo deny check licenses
76

87
# Watch the source files and run `just verify` when source changes
98
watch:

0 commit comments

Comments
 (0)