]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: shorten the reuse CI job name
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2022 08:03:04 +0000 (10:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2022 08:09:15 +0000 (10:09 +0200)
"REUSE compliance / check" should be good enough

Closes #9000

.github/workflows/reuse.yml

index 5db246da404c85f9775f007868594a6ca35bf9ef..23e019fc8234f4480d65974a7ffe05ca748d215f 100644 (file)
@@ -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