commit: 74cae5f40a76e87f0a0f73cfadcd97f47740e064
parent fd07937887e0e99840785719e86e42162fe5e798
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  3 Mar 2022 22:04:53 +0100
CI FreeBSD: Add lint task
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -3,6 +3,7 @@ packages:
   - pkgconf
   - kyua
   - gcc
+  - shellcheck
 sources:
   - https://hacktivis.me/git/utils.git
 tasks:
@@ -14,6 +15,9 @@ tasks:
       cd utils
       CC=gcc ./configure
       make clean test
+  - lint: |
+      cd utils
+      make lint
 triggers:
   - action: email
     condition: failure