From 951a0e7ee06bed69c16bc5e0c90177afc2b98e4e Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 12 Sep 2024 09:48:06 +0200 Subject: [PATCH] CI: Ensure copyrights are declared --- .github/workflows/reuse.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/reuse.yaml diff --git a/.github/workflows/reuse.yaml b/.github/workflows/reuse.yaml new file mode 100644 index 0000000..118a06f --- /dev/null +++ b/.github/workflows/reuse.yaml @@ -0,0 +1,11 @@ +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