From 148f5a96a9d0824bf04d897a5b699eaa1a17e2bb Mon Sep 17 00:00:00 2001 From: Pinglei He <pingleihe@pingleitekiMacBook-Pro.local> Date: Thu, 21 Oct 2021 19:33:27 +0200 Subject: [PATCH] First commit in fork --- .gitlab-cy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-cy.yml diff --git a/.gitlab-cy.yml b/.gitlab-cy.yml new file mode 100644 index 0000000..05194f7 --- /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 -- GitLab