Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Jun 5, 2024
1 parent a766b85 commit cb7e7fe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

fmt:
runs-on: ubuntu-latest
needs:
- set-node
steps:
- uses: actions/checkout@v4

Expand Down
28 changes: 22 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^4.9.0",
"hardhat": "^2.22.5",
"prettier": "^3.3.1",
"prettier-plugin-solidity": "^1.3.1"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit cb7e7fe

Please sign in to comment.