(Feature) Add checks into CI (#594)
This commit is contained in:
parent
327c780a1a
commit
f1437d55a4
|
@ -27,6 +27,8 @@ before_install:
|
|||
# Install truffle
|
||||
- yarn global add truffle
|
||||
script:
|
||||
- yarn lint:check
|
||||
- yarn prettier:check
|
||||
- yarn build
|
||||
after_success:
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue