mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2026-08-28 18:50:53 +08:00
658cb0786a
vscodethemes.com, twitter.com/x.com, npmjs.com, citylights.xyz return 403/503 to the link-checker bot but are valid for users. Drop the stale tslint whitelist entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
519 B
YAML
19 lines
519 B
YAML
name: Links
|
|
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
awesome_bot:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: ruby/setup-ruby@v1
|
|
with:
|
|
ruby-version: '3.3'
|
|
- run: gem install awesome_bot
|
|
- run: awesome_bot README.md --allow-dupe --allow 429 --white-list code.visualstudio.com,awesome,microsoft.com,viatsko.me,drupal.org,camo.githubusercontent.com,vscodethemes.com,citylights.xyz,twitter.com,x.com,npmjs.com
|