Skip to content

Commit

Permalink
Rename the CI cargo fmt job to formatting. (#395)
Browse files Browse the repository at this point in the history
This brings the CI in sync with the latest Linebender standard, see e.g.
[xilem](https://github.com/linebender/xilem/blob/c3a6bd55163d1c37251bd8af47f0067be81319e5/.github/workflows/ci.yml#L73).
  • Loading branch information
xStrom authored Nov 1, 2024
1 parent 69c4126 commit f986546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ on:

jobs:
fmt:
name: cargo fmt
name: formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f986546

Please sign in to comment.