Skip to content

Commit 9ace56d

Browse files
committed
build: fmt check run only on src contracts
1 parent cec4f87 commit 9ace56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forge-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
version: nightly
2727
- name: Run forge fmt
2828
run: |
29-
forge fmt --check
29+
forge fmt --check src
3030
id: fmt

0 commit comments

Comments
 (0)