From 2953061a0e7c99b39812a809ffcb789e0808d74f Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Fri, 27 Feb 2026 10:06:25 +0100 Subject: [PATCH] top-level: Rename forgejo sanity checks These tests currently appear with 'testjob' as name in Forgejo, which is not very informative. This patch renames 'testjob' to 'format-checks' which is hopefully clearer, and renames the sanity-checks.yaml file to format-checks.yaml. ChangeLog: * .forgejo/workflows/sanity-checks.yaml: Rename testjob to format-checks. Rename file to ... * .forgejo/workflows/format-checks.yaml: ... this. --- .forgejo/workflows/{sanity-checks.yaml => format-checks.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .forgejo/workflows/{sanity-checks.yaml => format-checks.yaml} (98%) diff --git a/.forgejo/workflows/sanity-checks.yaml b/.forgejo/workflows/format-checks.yaml similarity index 98% rename from .forgejo/workflows/sanity-checks.yaml rename to .forgejo/workflows/format-checks.yaml index 361c497e990..6139cb2cb7d 100644 --- a/.forgejo/workflows/sanity-checks.yaml +++ b/.forgejo/workflows/format-checks.yaml @@ -3,7 +3,7 @@ on: types: [opened, synchronize, reopened] jobs: - testjob: + format-checks: runs-on: sourceware-runner outputs: styleoutput: ${{ steps.check_gnu_style.outputs.styleresult }}