From c096ee4f83fabcd1f5c8d93aecb43ed8e2e6d7bb Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Fri, 9 Feb 2024 11:23:18 +0100 Subject: [PATCH] Add reuse workflow --- .github/workflows/reuse.yml | 12 ++++++++++++ 1 file changed, 12 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 00000000..1c3c7578 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,12 @@ +name: REUSE Compliance Check + +on: pull_request + +jobs: + test: + name: reuse + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v2