Skip to content

Commit e8cfb7a

Browse files
committed
REUSE compliance
1 parent b283ec4 commit e8cfb7a

9 files changed

+976
-204
lines changed

.github/workflows/reuse.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
2+
# SPDX-License-Identifier: CC0-1.0
3+
name: REUSE Compliance Check
4+
5+
on: [push, pull_request]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: REUSE Compliance Check
13+
uses: fsfe/reuse-action@v4

LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)