mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 06:49:09 +02:00
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:
@@ -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 }}
|
||||
Reference in New Issue
Block a user