Add JS and Solidity linting to CI
This commit is contained in:
parent
51e50e7c46
commit
0d6702fd2b
12
.drone.yml
12
.drone.yml
@ -17,3 +17,15 @@ steps:
|
|||||||
- su drone -c 'npm test'
|
- su drone -c 'npm test'
|
||||||
depends_on:
|
depends_on:
|
||||||
- setup
|
- setup
|
||||||
|
- name: lint-js
|
||||||
|
image: gitea.kosmos.org/kredits/docker-ci:latest
|
||||||
|
commands:
|
||||||
|
- su drone -c 'npm run lint:wrapper'
|
||||||
|
depends_on:
|
||||||
|
- setup
|
||||||
|
- name: lint-contracts
|
||||||
|
image: gitea.kosmos.org/kredits/docker-ci:latest
|
||||||
|
commands:
|
||||||
|
- su drone -c 'npm run lint:contracts'
|
||||||
|
depends_on:
|
||||||
|
- setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user