mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
renamed reuse workflow job name to reuse (#783)
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
c09aaf010c
commit
c7623e02ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
|
@ -7,7 +7,7 @@ name: REUSE Compliance Check
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
reuse:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue