From a22b61d17753721ed966a7bcd4051628cd967701 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 5 Dec 2024 21:04:25 +0900 Subject: [PATCH] chore(ci): Simplify job name (#2089) --- .github/workflows/CI.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 94d9b5be0..17ca02357 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,8 +21,7 @@ jobs: components: rustfmt - run: cargo fmt --all --check - deny-check: - name: cargo-deny check + deny: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -51,7 +50,6 @@ jobs: - run: git diff --exit-code udeps: - name: Check unused dependencies runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -89,7 +87,6 @@ jobs: run: cargo check --workspace --all-targets --all-features msrv: - name: Check MSRV runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -146,7 +143,7 @@ jobs: with: feature-group: all-features - check-external-types: + external-types: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4