diff --git a/.gitlab-cy.yml b/.gitlab-cy.yml new file mode 100644 index 0000000000000000000000000000000000000000..05194f751e271f0c9000b16fa8f364583d6cab70 --- /dev/null +++ b/.gitlab-cy.yml @@ -0,0 +1,10 @@ +image: node:14.6.0 + +stages: + - test + +job:estlint: + stage: test + script: + - npm install eslint + - npm run lint