Skip to content

Commit 374bec4

Browse files
committed
ci: Cleanup unused actions
- Remove new workflows yml from 0.64. - Enable cargo-deny for dependency checks - Run cargo-deny on main/dev/PR - Fix internal licenses for cargo-deny - Fix missing nightly rustfmt
1 parent 69b6819 commit 374bec4

8 files changed

Lines changed: 15 additions & 435 deletions

File tree

.github/workflows/cargo-deny.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: cargo-deny
22

3-
on: workflow_dispatch
3+
on:
4+
pull_request: {}
5+
push:
6+
branches: [main, dev]
47

58
jobs:
69
cargo-deny:

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: dtolnay/rust-toolchain@1.90
3333
with:
3434
targets: ${{ matrix.target }}
35-
components: clippy
35+
components: clippy, rustfmt
3636

3737
- name: Compute lockfile hash
3838
id: lockhash

.github/workflows/shell-tool-mcp-ci.yml

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

0 commit comments

Comments
 (0)