From fcbd0b5dbb6699e1d0b40bf819063d7eb4df73c3 Mon Sep 17 00:00:00 2001 From: balintkissdev Date: Thu, 3 Apr 2025 16:23:20 +0200 Subject: [PATCH] ci: Remove awesome_bot Reason: it was not able to deal with websites like amazon.com or web.archive.org where links exist but responses are slow and time out. Tried `--allow-timeout`, but didn't work. --- .github/workflows/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff0b375..86a5520 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,15 +14,3 @@ jobs: fetch-depth: 0 - run: npx awesome-lint - Awesome_Bot: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.6.10 - - run: | - gem install awesome_bot - awesome_bot readme.md --allow-redirect --white-list amazon.com,discmaster.textfiles.com,web.archive.org