Skip to content

Commit a613e19

Browse files
committed
REUSE compliance
1 parent 4b84f7d commit a613e19

File tree

10 files changed

+798
-218
lines changed

10 files changed

+798
-218
lines changed

.github/workflows/reuse.yaml

Lines changed: 13 additions & 0 deletions
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

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)