From acbdac2a6d4a5e17c7d86d63134ed0d91445933d Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:37:54 +0100 Subject: [PATCH] Create reuse-compliance-check.yml --- .github/workflows/reuse-compliance-check.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/reuse-compliance-check.yml diff --git a/.github/workflows/reuse-compliance-check.yml b/.github/workflows/reuse-compliance-check.yml new file mode 100644 index 0000000..3ddaae2 --- /dev/null +++ b/.github/workflows/reuse-compliance-check.yml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: 2025 DB Systel GmbH +# +# SPDX-License-Identifier: Apache-2.0 + +name: REUSE Compliance Check + +on: [push, pull_request] + +jobs: + reuse-compliance-check: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v5