Skip to content

Commit

Permalink
chore(ci): Simplify job name
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Dec 4, 2024
1 parent 9606c5b commit 8c8a75c
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 8c8a75c

Please sign in to comment.