From 96095e5436781f9cf5a56829070252724377adbc Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Thu, 8 Feb 2024 16:10:27 +0100 Subject: [PATCH] Add reuse workflow (#342) --- .github/workflows/reuse.yml | 11 +++++++++++ 1 file changed, 11 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..f19661f --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,11 @@ +name: REUSE Compliance Check + +on: pull_request + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v2