Skip to content

Commit

Permalink
uncouple cli dependencies from just lint to fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 12, 2024
1 parent db9c645 commit ca93304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit ca93304

Please sign in to comment.