Forráskód Böngészése

Switch from Awesome Bot to lychee-action for link checking

Replace the Ruby-based Awesome Bot with lycheeverse/lychee-action@v2 for more efficient and maintainable link checking in CI.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Thi Bot 5 napja
szülő
commit
80d8216699
1 módosított fájl, 3 hozzáadás és 4 törlés
  1. 3 4
      .github/workflows/main.yml

+ 3 - 4
.github/workflows/main.yml

@@ -11,11 +11,10 @@ jobs:
 
 
     steps:
     steps:
       - uses: actions/checkout@v6
       - uses: actions/checkout@v6
-      - uses: ruby/setup-ruby@v1
+      - uses: lycheeverse/lychee-action@v2
         with:
         with:
-          ruby-version: "3.3"
-      - run: gem install awesome_bot
-      - run: awesome_bot README.md --request-delay 0.1 --allow-redirect --allow-dupe --allow-ssl
+          args: --verbose --no-progress --accept 200,429 README.md
+          fail: true
       - uses: actions/setup-python@v5
       - uses: actions/setup-python@v5
         with:
         with:
           python-version: "3.14"
           python-version: "3.14"