aboutsummaryrefslogtreecommitdiff
path: root/.builds/lint.yml
blob: c9f3902ece5462d20f4d6bb4f6c228c18acd04eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
# SPDX-License-Identifier: CC0-1.0
image: archlinux
packages:
  - gnupg
  - python
  - python-pip
  - python-pygit2
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