mirror of
https://github.com/vacp2p/rln-interep-contract.git
synced 2025-02-28 06:00:43 +00:00
fix(ci): add lint check
This commit is contained in:
parent
67ed8ee703
commit
6b56cc5bcf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
- id: dependencies
|
||||
run: yarn install
|
||||
|
||||
- id: lint
|
||||
run: yarn lint
|
||||
|
||||
- id: test
|
||||
run: yarn test
|
||||
|
||||
|
@ -10,7 +10,8 @@
|
||||
"deploy:goerli": "yarn deploy goerli",
|
||||
"deploy:localhost": "yarn deploy localhost",
|
||||
"coverage": "hardhat coverage",
|
||||
"fmt": "prettier --write \"**/*.{js,ts}\""
|
||||
"fmt": "prettier --write \"**/*.{js,ts}\"",
|
||||
"lint": "prettier --check \"**/*.{js,ts}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@interep/contracts": "0.6.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user