diff --git a/.forgejo/workflows/reuse.yaml b/.forgejo/workflows/reuse.yaml new file mode 100644 index 0000000..927c3d6 --- /dev/null +++ b/.forgejo/workflows/reuse.yaml @@ -0,0 +1,18 @@ +--- +name: REUSE Compliance Check + +on: + pull_request: + types: + - opened + - reopened + - synchronize + +jobs: + check: + runs-on: docker + steps: + - name: Checkout Repository + uses: https://code.forgejo.org/actions/checkout@v4 + - name: REUSE Compliance Check + uses: https://github.com/fsfe/reuse-action@v4