diff --git a/.github/workflows/reuse.yaml b/.github/workflows/reuse.yaml new file mode 100644 index 0000000..d10ac09 --- /dev/null +++ b/.github/workflows/reuse.yaml @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2022 - 2024 NRK +# +# SPDX-License-Identifier: MIT +on: + push: + branches: + - main + pull_request: + branches: + - main + +name: REUSE Compliance Check +jobs: + reuse-compliance-check: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v4.2.2 + - + name: REUSE Compliance Check + uses: fsfe/reuse-action@v4.0.0