Compare commits
1 Commits
v7.2.0
...
798fb941cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
798fb941cd
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user