# Copyright (C) 2019 Robin Krahl # SPDX-License-Identifier: MIT 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