From 15689e55b614322c92c6f6b9838760dfd1c1a59a Mon Sep 17 00:00:00 2001 From: "Glenn Van Loon (p151886)" Date: Sat, 10 May 2025 18:26:56 +0200 Subject: [PATCH] delete gitlab ci --- .gitlab-ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitlab-ci.yml 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 .