Skip to content

Commit 64a2ffb

Browse files
committed
Replace npx prettier with treefmt in AGENTS.md
treefmt is now in the dev shell and covers prettier, taplo, nixfmt, shellcheck, and shfmt in one command.
1 parent e956106 commit 64a2ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ codespell
3636
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features \
3737
--document-private-items
3838
./contrib/test_local.sh # does NOT include payjoin-mailroom
39-
npx prettier --check '**/*.md' # CI runs prettier via treefmt
39+
treefmt --ci # prettier, taplo, nixfmt, shellcheck, shfmt
4040
codespell
4141
```
4242

0 commit comments

Comments
 (0)