diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 0000000..2e723cb --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: 2022 Winni Neessen +# +# SPDX-License-Identifier: CC0-1.0 + +name: REUSE Compliance Check +on: + push: + branches: + - main # or the name of your main branch +uses: fsfe/reuse-action@v1.1.1