From 1ea7b2476d9a5f97ddf43f999306a70d7c5167d3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 17 Dec 2019 00:14:19 +0100 Subject: Use reuse AUR package in lint build --- .builds/lint.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.builds/lint.yml b/.builds/lint.yml index c9f3902..0c4550d 100644 --- a/.builds/lint.yml +++ b/.builds/lint.yml @@ -3,18 +3,14 @@ image: archlinux packages: - gnupg - - python - - python-pip - - python-pygit2 + - reuse sources: - https://git.ireas.org/ntw tasks: - - setup: | - pip install --user fsfe-reuse - verify: | cd ntw curl -s "https://pgp.ireas.org/0x6D533958F070C57C.txt" | gpg --import git verify-commit HEAD - reuse: | cd ntw - ~/.local/bin/reuse lint + reuse lint -- cgit v1.2.1