]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
top-level: Rename forgejo sanity checks
authorChristophe Lyon <christophe.lyon@arm.com>
Fri, 27 Feb 2026 09:06:25 +0000 (10:06 +0100)
committerChristophe Lyon <christophe.lyon@arm.com>
Fri, 27 Feb 2026 14:08:12 +0000 (15:08 +0100)
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/format-checks.yaml [moved from .forgejo/workflows/sanity-checks.yaml with 98% similarity]

similarity index 98%
rename from .forgejo/workflows/sanity-checks.yaml
rename to .forgejo/workflows/format-checks.yaml
index 361c497e9905f61119adc2a81b4df1a937a10f39..6139cb2cb7d566b0f287c2b189b0f63f745374af 100644 (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 }}