diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 220c5ce..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,27 +0,0 @@ -workflow: - rules: - - when: never - -stages: - - lint-slides - - lint-application - -default: - image: node:latest - before_script: - - npm install - -markdown-lint: - stage: lint-slides - script: - - npx markdownlint-cli2 . - -spell-check: - stage: lint-slides - script: - - npx cspell . - -eslint: - stage: lint-application - script: - - npx eslint .