From e305b9c3c2b979d76bee3a2136da18dc92fe69d0 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Wed, 18 Mar 2026 20:21:51 -0400 Subject: [PATCH] style: rename "Lint Makefile" to "Makefile Lint" This matches the convention of the other CI job names. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 800ca02..7bc91e1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: version: latest lint-makefile: - name: Lint Makefile + name: Makefile Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4