Create reuse.yml

This commit is contained in:
Winni Neessen 2022-06-17 15:22:53 +02:00 committed by GitHub
parent 090b810246
commit 617ff3eed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/workflows/reuse.yml vendored Normal file
View file

@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
#
# 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