added github action to run REUSE Compliance Check

This commit is contained in:
Sebastian Wendel 2023-01-18 14:38:58 +01:00
parent 0e8412d522
commit 0df1e7e6dd
No known key found for this signature in database
GPG key ID: 14ED8B1EC3371ECE

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

@ -0,0 +1,16 @@
---
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1