GHA: shorten the reuse CI job name

"REUSE compliance / check" should be good enough

Closes #9000
This commit is contained in:
Daniel Stenberg 2022-06-13 10:03:04 +02:00
parent a36e6987e5
commit 805796ed0b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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