added reuse workflow

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-01-05 22:13:01 +01:00 committed by David Mehren
parent dc63c76f43
commit 03a81fb6c0
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

19
.github/workflows/reuse.yml vendored Normal file
View 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