From: Christophe Lyon <[email protected]>

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 361c497e9905..6139cb2cb7d5 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 }}
-- 
2.52.0

Reply via email to