]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - .builds/archlinux.yml
Makefile: add lint target to run shellcheck
[safcm/safcm.git] / .builds / archlinux.yml
index d8ebea79af0a1702e0f0840a70749e9139934d37..0c4671c374eb9b2f7125281ab46824c1398b607a 100644 (file)
@@ -1,10 +1,11 @@
 image: archlinux
 packages:
   - go
+  - shellcheck
 tasks:
   - all: |
       cd safcm
       ./ci/run
       # Also run all tests as root
-      sudo chown -Rh root:root .
+      sudo chown -Rh root:root ..
       sudo ./ci/run