Added lint setup to drone ci

This commit is contained in:
2022-08-12 23:47:14 +02:00
parent 3594b18872
commit b7ac8bce83

View File

@@ -23,6 +23,12 @@ steps:
- yarn
- yarn build
- name: run eslint on project files
image: node:18.2.0
commands:
- yarn lint
failure: ignore
- name: deploy
image: appleboy/drone-ssh
pull: true