diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml new file mode 100644 index 0000000..c036cbe --- /dev/null +++ b/.github/workflows/checks.yml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: Simon Schneegans +# SPDX-License-Identifier: CC0-1.0 + +name: Push + +on: + push: + branches: + - "**" + + reuse: + name: Check REUSE + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v1