From 57f291d69a8e78f3fd01b9d1333e20af7ab58aba Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Mon, 11 May 2026 20:48:15 +0200 Subject: [PATCH] ci: add REUSE check workflow Src: 'https://reuse.software/dev/#github-actions' --- .github/workflows/reuse.yaml | 12 ++++++++++++ 1 file changed, 12 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 00000000..4a39733f --- /dev/null +++ b/.github/workflows/reuse.yaml @@ -0,0 +1,12 @@ +# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V. +# SPDX-License-Identifier: CC0-1.0 +name: REUSE compliance check +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v5 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v6