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