From 20322e3ae4a2a280092b2b805282ff38c0bdaf38 Mon Sep 17 00:00:00 2001 From: Dave Ogle Date: Thu, 28 Nov 2024 09:18:40 +0000 Subject: [PATCH] remove circleci config --- .circleci/config.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index bec24753a..000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -jobs: - spellcheck: - docker: - - image: circleci/node:10.9-browsers - steps: - - checkout - - restore_cache: - key: v0-blog-yarn-cache-{{ checksum "yarn.lock" }} - - run: - command: | - yarn install - - save_cache: - key: v0-blog-yarn-cache-{{ checksum "yarn.lock" }} - paths: - - ./node_modules - - run: yarn lint -workflows: - version: 2 - build_and_test: - jobs: - - spellcheck \ No newline at end of file