Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit b1b73f3

Browse files
committed
temporarily don't run forge fmt in full-check command
1 parent 1df9848 commit b1b73f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ install-all:
4848
# LINTING #
4949
# ---------------------------------------------------------------------------- #
5050

51+
# Run full check (override devkit to skip fmt-check)
52+
full-check:
53+
just solhint-check
54+
just prettier-check
55+
5156
# Run full check on a specific package
5257
full-check package:
5358
just {{ package }}/full-check

0 commit comments

Comments
 (0)