Skip to content

Commit

Permalink
release: auto-install plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 24, 2024
1 parent bceb1d2 commit 8fef584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ lint:
lint-fix:
cargo clippy --fix --allow-staged --allow-dirty -- -Dwarnings
cargo fmt --all
mise x shellcheck@latest -- shellcheck -x {{ scripts }}
mise x shfmt@latest -- shfmt -w {{ scripts }}
mise x -y shellcheck@latest -- shellcheck -x {{ scripts }}
mise x -y shfmt@latest -- shfmt -w {{ scripts }}
just --unstable --fmt
MISE_EXPERIMENTAL=1 mise x npm:prettier@latest -- prettier -w $(git ls-files '*.yml' '*.yaml')
MISE_EXPERIMENTAL=1 mise x npm:markdownlint-cli@latest -- markdownlint --fix .

0 comments on commit 8fef584

Please sign in to comment.