commit | 588305a9ec9f33a60a105a4c7346077c5abe2d70 | [log] [tgz] |
---|---|---|
author | Kaur Kuut <strom@nevermore.ee> | Fri Nov 01 15:58:36 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Nov 01 13:58:36 2024 +0000 |
tree | 4658bcc0091e17762330a84970ac0b2bf862f4c8 | |
parent | 4c6f75f499a225c4a97df71ade47b0ccc3a5096b [diff] |
Rename the CI `cargo fmt` job to `formatting`. (#728) 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).
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab39c0b..9b72809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs: fmt: - name: cargo fmt + name: formatting runs-on: ubuntu-latest steps: - uses: actions/checkout@v4