Added lint setup to drone ci
This commit is contained in:
		| @@ -23,6 +23,12 @@ steps: | |||||||
|       - yarn |       - yarn | ||||||
|       - yarn build |       - yarn build | ||||||
|  |  | ||||||
|  |   - name: run eslint on project files | ||||||
|  |     image: node:18.2.0 | ||||||
|  |     commands: | ||||||
|  |       - yarn lint | ||||||
|  |     failure: ignore | ||||||
|  |  | ||||||
|   - name: deploy |   - name: deploy | ||||||
|     image: appleboy/drone-ssh |     image: appleboy/drone-ssh | ||||||
|     pull: true |     pull: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user