renamed reuse workflow job name to reuse (#783)

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-11-23 16:06:27 +01:00 committed by GitHub
parent c09aaf010c
commit c7623e02ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ name: REUSE Compliance Check
on: [push, pull_request]
jobs:
test:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2