10 runs-on: ubuntu-latest
13 uses: actions/checkout@v4
17 rustup toolchain install nightly --profile minimal -c rustfmt
18 cargo +nightly fmt -- --check
21 runs-on: ubuntu-latest
24 uses: actions/checkout@v4
26 - name: "Cargo: clippy"
28 rustup toolchain install stable --profile minimal -c clippy
29 cargo +stable clippy -- -D warnings
32 uses: ./.github/workflows/build-artifacts-and-run-tests.yml
34 matrix_all_combinations: false
35 upload_artifacts: false