Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: chrismaree <[email protected]>
  • Loading branch information
chrismaree committed Sep 10, 2024
1 parent 1922aa2 commit 8888d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Build
run: yarn build
- name: Test
shell: bash
run: yarn test
forge:
name: Forge
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"scripts": {
"compile-zksync": "COMPILE_ZK=true yarn hardhat compile",
"lint-contracts": "yarn solhint ./contracts/**/*.sol",
"lint": "yarn prettier --list-different",
"lint": "yarn prettier --list-different && yarn lint rust",
"lint-rust": "cargo fmt --all -- --check && cargo clippy",
"lint-fix": "yarn prettier --write",
"prettier": "prettier .",
"clean-fast": "for dir in node_modules cache cache-zk artifacts artifacts-zk dist typechain; do mv \"${dir}\" \"_${dir}\"; rm -rf \"_${dir}\" &; done",
Expand Down

0 comments on commit 8888d86

Please sign in to comment.