From 31174cb57ad4c90ebea0b545856b8cf94f5664b2 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Fri, 9 Feb 2024 11:34:28 +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