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.
This commit is contained in:
Christophe Lyon
2026-02-27 10:06:25 +01:00
parent 5a76b4f528
commit 2953061a0e

View File

@@ -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 }}