From 846c34226572d53bf93bb4191f4742eb6eaa37b1 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 23 Jan 2019 17:02:24 +0100 Subject: Add reuse linter to the lint build The reuse linter verifies that nitrokey-rs complies with the REUSE specification 2.0. --- .builds/lint.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.builds') diff --git a/.builds/lint.yml b/.builds/lint.yml index acada7b..698a529 100644 --- a/.builds/lint.yml +++ b/.builds/lint.yml @@ -3,12 +3,19 @@ image: archlinux packages: - rust + - python + - python-pip + - python-pygit2 sources: - https://git.sr.ht/~ireas/nitrokey-rs tasks: + - setup: pip install --user fsfe-reuse - format: | cd nitrokey-rs cargo fmt -- --check + - reuse: | + cd nitrokey-rs + ~/.local/bin/reuse lint triggers: - action: email condition: failure -- cgit v1.2.1