fix(jj): taplo forgot format subcommand
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 2s
/ report-size (push) Successful in 4s

Otherwise it doesn't work T-T
This commit is contained in:
Jalil David Salamé Messina 2025-05-13 13:32:13 +02:00
parent 99350606a4
commit ee2908403a
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -63,6 +63,7 @@ let
taplo = cmd: { taplo = cmd: {
command = [ command = [
cmd cmd
"format"
"--stdin-filepath=$path" "--stdin-filepath=$path"
"-" "-"
]; ];