Removed lint step (not installed)

This commit is contained in:
Zakary Timson 2022-05-02 21:44:54 -04:00
parent 7811347be0
commit 149ce87b8f

View File

@ -49,20 +49,6 @@ audit:
rules:
- if: $CI_COMMIT_BRANCH
eslint:
stage: test
cache:
- key:
files:
- package.json
paths:
- node_modules
policy: pull
script:
- npm run lint
rules:
- if: $CI_COMMIT_BRANCH
registry:
stage: publish
image: docker