From c2523e4d34020f8d98ea77963dc76317e783fe2e Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Tue, 31 Jan 2023 19:18:07 -0800 Subject: [PATCH] Removed circleci config and replace with GH Actions --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index fb65bcf..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: circleci/ruby:latest - steps: - - checkout - - run: gem install awesome_bot - - run: awesome_bot --allow-redirect README.md