added github action to run REUSE Compliance Check
This commit is contained in:
parent
0e8412d522
commit
0df1e7e6dd
16
.github/workflows/reuse.yml
vendored
Normal file
16
.github/workflows/reuse.yml
vendored
Normal 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
|
Loading…
Reference in a new issue