From e901c93362dd7c901a49e75ceb3bcaf8b8760caa Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:56:14 +0100 Subject: chore: comply with reuse Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> --- .github/workflows/lint-reuse.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/lint-reuse.yml (limited to '.github') diff --git a/.github/workflows/lint-reuse.yml b/.github/workflows/lint-reuse.yml new file mode 100644 index 0000000000..942ffd1e15 --- /dev/null +++ b/.github/workflows/lint-reuse.yml @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: 2022 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@v6 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v6 -- cgit 0.0.5-2-1-g0f52