commit: 880631ea49386e729a6c33c2e2e18ad367ed2349
parent 2463840737480200ebc53ce59750526881c8d11b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 11 Mar 2022 20:05:25 +0100
Revert "CI FreeBSD: Add lint task"
pkg: No packages available to install matching 'shellcheck' have been found in the repositories
This reverts commit 74cae5f40a76e87f0a0f73cfadcd97f47740e064.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -3,7 +3,6 @@ packages:
   - pkgconf
   - kyua
   - gcc
-  - shellcheck
 sources:
   - https://hacktivis.me/git/utils.git
 tasks:
@@ -15,9 +14,6 @@ tasks:
       cd utils
       CC=gcc ./configure
       make clean test
-  - lint: |
-      cd utils
-      make lint
 triggers:
   - action: email
     condition: failure