Skip to content

Commit

Permalink
chore(ci): Simplify job name (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Dec 5, 2024
1 parent 2ab164e commit a22b61d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
- run: git diff --exit-code

udeps:
name: Check unused dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -146,7 +143,7 @@ jobs:
with:
feature-group: all-features

check-external-types:
external-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a22b61d

Please sign in to comment.