From 420f79c1efc5fec06fbcc90f45b92a6685efcde1 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Tue, 5 Jan 2021 22:13:01 +0100 Subject: [PATCH] added reuse workflow Signed-off-by: Philip Molares --- .github/workflows/reuse.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/reuse.yml diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 000000000..21f767d99 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -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