Skip to content

Commit d054d2c

Browse files
committed
Add REUSE lint in CI
1 parent 694e92f commit d054d2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
lcov
1717
libreadline-dev
1818
libzstd-dev
19+
pipx
1920
pkg-config
2021
zlib1g-dev
2122
@@ -43,6 +44,10 @@ jobs:
4344
run: |
4445
sudo apt-get update -qq
4546
sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_RELAY_DEPS_UBUNTU }}
47+
pipx install reuse
48+
49+
- name: Check REUSE compliancy
50+
run: reuse lint
4651

4752
- name: Build
4853
env:

0 commit comments

Comments
 (0)