mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 15:00:59 -05:00
added reuse workflow
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
dc63c76f43
commit
03a81fb6c0
1 changed files with 19 additions and 0 deletions
19
.github/workflows/reuse.yml
vendored
Normal file
19
.github/workflows/reuse.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
|
name: REUSE Compliance Check
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
reuse:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: REUSE Compliance Check
|
||||||
|
uses: fsfe/reuse-action@v1
|
Loading…
Reference in a new issue