CI: Improve naming and styling

This commit is contained in:
Henrik Tjäder 2023-02-06 13:42:32 +01:00
parent 7bcbdf7306
commit 8661ca2f4b

View file

@ -107,7 +107,7 @@ jobs:
# Compilation check # Compilation check
check: check:
name: check rtic name: check
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
@ -143,8 +143,7 @@ jobs:
- name: Cache Dependencies - name: Cache Dependencies
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@v2
- name: cargo check - run: cargo xtask --verbose --target=${{ matrix.target }} check ${{ matrix.package }}
run: cargo xtask --verbose --target=${{ matrix.target }} check ${{ matrix.package }}
# Clippy # Clippy
clippyrtic: clippyrtic: