1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: add reuse lint

This commit is contained in:
Sébastien Helleu
2025-03-31 07:58:56 +02:00
parent 2475f20cb7
commit ff9d580ef5
+4 -2
View File
@@ -125,7 +125,10 @@ jobs:
sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_DEPS_UBUNTU }}
# uninstall php imagick as is causes a crash when loading php plugin (see #2009)
sudo apt-get --yes purge php8.3-imagick
pipx install msgcheck
pipx install msgcheck reuse schemathesis
- name: Check REUSE compliancy
run: reuse lint
- name: Check gettext files
run: msgcheck po/*.po
@@ -163,7 +166,6 @@ jobs:
env:
RELAY_PASSWORD: test
run: |
pipx install schemathesis
weechat-headless \
--dir /tmp/weechat-test-api \
--run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \