From 42d1bc28c3d1ad627af09f1c0f6995b85cd2c528 Mon Sep 17 00:00:00 2001 From: Damyan Yordanov Date: Mon, 26 Feb 2024 14:47:59 +0100 Subject: [PATCH] Add action for updating the reuse status badge --- .github/workflows/reuse.yml | 13 +++++++++++++ 1 file changed, 13 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..728c95d --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,13 @@ +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