Skip to content

Commit 91e08a9

Browse files
committed
Use cargo-deny-action and do not run it on other OSes
See: EmbarkStudios/cargo-deny-action#77 Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent b4876ea commit 91e08a9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,11 @@ jobs:
5555

5656
deps:
5757
name: Check dependencies
58-
strategy:
59-
matrix:
60-
include:
61-
- os: ubuntu-latest
62-
- os: macos-latest
63-
- os: windows-latest
64-
runs-on: ${{ matrix.os }}
58+
runs-on: ubuntu-latest
6559
steps:
6660
- uses: actions/checkout@v4
67-
- run: cargo install --locked just cargo-deny
6861
- name: Run dependencies check
69-
run: just dependencies
62+
uses: EmbarkStudios/cargo-deny-action@v1
7063

7164
lints:
7265
name: Clippy lints

0 commit comments

Comments
 (0)