From 2c8fdad7ca37cb81d70bc005a177fdc5660bf4cb Mon Sep 17 00:00:00 2001 From: Chris Montgomery Date: Wed, 30 Oct 2024 17:57:43 -0400 Subject: [PATCH] ci(reuse): add reuse github actions workflow --- .github/workflows/reuse.yml | 14 ++++++++++++++ 1 file changed, 14 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 0000000..61dbf8a --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V. +# SPDX-License-Identifier: CC0-1.0 +--- +name: REUSE Compliance Check + +'on': [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v4