Add github ci problem matcher for clippy

This commit is contained in:
Lukas Wirth 2024-02-14 11:26:11 +01:00
parent a02a219773
commit c125e8ca89
2 changed files with 37 additions and 0 deletions

View file

@ -66,6 +66,10 @@ jobs:
rustup component add --toolchain ${{ env.RUST_CHANNEL }} rustfmt rust-src
rustup default ${{ env.RUST_CHANNEL }}
- name: Install Rust Problem Matcher
if: matrix.os == 'ubuntu-latest'
run: echo "::add-matcher::.github/rust.json"
- name: Cache Dependencies
uses: Swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with: