Skip to content

Commit

Permalink
ci: include solhint check in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Oct 14, 2024
1 parent 808f1ee commit 87e87f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
run: |
bun concurrently \
-c auto \
-n format,lint,typecheck-server,typecheck-ui \
-n format,lint-jtsx,lint-sol,typecheck-server,typecheck-ui \
'bun dprint check' \
'bun biome check --config-path=.biome.jsonc .' \
'bun solhint --config contracts/.solhint.json contracts/{src,test}/**/*.sol' \
'bun tsc -p apps/server/tsconfig.build.json' \
'bun tsc -p apps/client/tsconfig.json'

0 comments on commit 87e87f5

Please sign in to comment.