Skip to content

Commit 6cbf84e

Browse files
committed
ci: run rust related pr checks when rust tooling configs are changed
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent 171201b commit 6cbf84e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- 'plugins/**'
4848
- 'Cargo.*'
4949
- '**/Cargo.toml'
50+
- '.cargo/audit.toml'
51+
- 'clippy.toml'
52+
- 'deny.toml'
5053
workflows:
5154
- '.github/workflows/**'
5255
docs:

0 commit comments

Comments
 (0)