Create reuse.yml

This commit is contained in:
Johannes Siipola
2021-12-19 15:48:14 +02:00
committed by GitHub
parent 00eaf3e37f
commit 9a5a3c504f

14
.github/workflows/reuse.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2021 Johannes Siipola
# SPDX-License-Identifier: MIT OR CC0-1.0
name: REUSE Compliance Check
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1