From ca93304615cfd9d69a05cf32866814a5bba226c8 Mon Sep 17 00:00:00 2001 From: clux Date: Fri, 12 Jul 2024 22:24:22 +0100 Subject: [PATCH] uncouple cli dependencies from just lint to fix ci Signed-off-by: clux --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index a416062..22d773d 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ default: @just --list --unsorted # create symlinks pointing to this repo checkout -link: fontguard && reload +link: fontguard && check # Dot prefixed files are linked to from $HOME fd -g '.*' -H --max-depth 1 --type f -a -x ln -sfn {} ~/ # Children of config are linked to from $HOME/.config @@ -25,13 +25,13 @@ fontguard: fd . {{FONT_DIR}} -e ttf | rg -q "Liberation" # reload configs insofar as possible/necessary -reload: +check: bat cache --build | rg -v "okay" + zellij setup --check > /dev/null # run local shellcheck lint lint: SHELLCHECK_OPTS="{{SHELLCHECK_OPTS}}" shellcheck {{SHELLCHECKED_FILES}} - zellij setup --check > /dev/null # run shellcheck lint via docker lint-docker: