Skip to content

Commit 78e98f5

Browse files
committed
REUSE compliance
1 parent 2e12ea3 commit 78e98f5

25 files changed

+668
-229
lines changed

.circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ tags: &tags
1414
]
1515

1616
jobs:
17+
check-license:
18+
docker:
19+
- image: fsfe/reuse:latest
20+
steps:
21+
- checkout
22+
- run: reuse lint
23+
1724
build-test:
1825
parameters:
1926
tag:
@@ -66,6 +73,7 @@ jobs:
6673
workflows:
6774
checks:
6875
jobs:
76+
- check-license
6977
- build-test:
7078
name: << matrix.tag >>
7179
matrix:
@@ -74,6 +82,7 @@ workflows:
7482
- publish:
7583
requires:
7684
- build-test
85+
- check-license
7786
filters:
7887
tags:
7988
only: /^v\d+\.\d+\.\d+$/ # Only version tags

.circleci/md-style.rb

-3
This file was deleted.

LICENSE

-202
This file was deleted.

0 commit comments

Comments
 (0)