aboutsummaryrefslogtreecommitdiff
path: root/.builds/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/lint.yml')
-rw-r--r--.builds/lint.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.builds/lint.yml b/.builds/lint.yml
new file mode 100644
index 0000000..c9f3902
--- /dev/null
+++ b/.builds/lint.yml
@@ -0,0 +1,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