From 825aca0a14009b806042cbb16678e6893ebfc220 Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Fri, 1 Nov 2024 15:43:41 +0200 Subject: [PATCH] Rename the CI `cargo fmt` job to `formatting`. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b589083f..656872df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ on: jobs: fmt: - name: cargo fmt + name: formatting runs-on: ubuntu-latest steps: - uses: actions/checkout@v4