mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:27:30 +03:00
GHA: shorten the reuse CI job name
"REUSE compliance / check" should be good enough Closes #9000
This commit is contained in:
parent
a36e6987e5
commit
805796ed0b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue