From f54ab7a58c02e2aef885cb807343c43b9d68885f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Thu, 26 Dec 2024 14:04:24 +0100 Subject: [PATCH] Consistent capitalization in sub-job names --- .github/workflows/rust.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5c8b814..39ec48f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - name: format + - name: Format run: cargo fmt --check check: @@ -26,9 +26,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Install cargo-binstall uses: cargo-bins/cargo-binstall@v1.10.17 - - name: install + - name: Install run: cargo binstall cargo-all-features - - name: check + - name: Check run: cargo check-all-features clippy: @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - name: clippy + - name: Clippy run: cargo clippy --all-features -- -D warnings test: @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly - - name: document + - name: Document run: cargo +nightly doc --all-features verify_rust_version: @@ -71,9 +71,9 @@ jobs: components: clippy - name: Install cargo-binstall uses: cargo-bins/cargo-binstall@v1.10.17 - - name: install cargo-msrv + - name: Install cargo-msrv run: cargo binstall cargo-msrv - - name: verify msrv + - name: Verify msrv run: cargo msrv verify coverage: