summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-06-13 10:03:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-06-13 10:09:15 +0200
commit805796ed0b41412f8bf82c681acdd3379d1d1eb7 (patch)
treee917e03909517e4fb572cde17e01d1fb41c3e72b
parenta36e6987e586e273cf29674e425de626eb556bbd (diff)
downloadcurl-805796ed0b41412f8bf82c681acdd3379d1d1eb7.tar.gz
GHA: shorten the reuse CI job name
"REUSE compliance / check" should be good enough Closes #9000
-rw-r--r--.github/workflows/reuse.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml
index 5db246da4..23e019fc8 100644
--- a/.github/workflows/reuse.yml
+++ b/.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