Skip to content

Commit

Permalink
Job names as lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Nov 13, 2023
1 parent c130289 commit 4f22374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cargo build --verbose

sort:
name: CargoSort
name: cargo sort
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
args: --workspace --check

fmt:
name: Fmt
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4f22374

Please sign in to comment.