diff options
-rw-r--r-- | .builds/lint.yml | 8 |
1 files 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 |