Skip to content

Commit 70a28e5

Browse files
committed
chore(ci): Support testing with CI
1 parent 4263ffe commit 70a28e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
components: clippy
112112
- uses: Swatinem/rust-cache@v2
113113
- name: Install SARIF tools
114-
run: cargo install clippy-sarif sarif-fmt
114+
run: cargo install clippy-sarif --version 0.3.4 --locked # Held back due to msrv
115+
- name: Install SARIF tools
116+
run: cargo install sarif-fmt --version 0.3.4 --locked # Held back due to msrv
115117
- name: Check
116118
run: >
117119
cargo clippy --workspace --all-targets --message-format=json -- -D warnings --allow deprecated

0 commit comments

Comments
 (0)