Browse Source

GHA: shorten the reuse CI job name

"REUSE compliance / check" should be good enough

Closes #9000
Daniel Stenberg 1 year ago
parent
commit
805796ed0b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/reuse.yml

+ 2 - 2
.github/workflows/reuse.yml

@@ -3,7 +3,7 @@
 #
 # SPDX-License-Identifier: curl
 
-name: REUSE Compliance Check
+name: REUSE compliance
 
 on:
   # Trigger the workflow on push or pull requests, but only for the
@@ -17,7 +17,7 @@ on:
     - master
 
 jobs:
-  test:
+  check:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v3