Skip to content

Commit

Permalink
Remove old link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
asatarin committed Dec 24, 2024
1 parent 2f7afcf commit 90b1297
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
branches: [ '*' ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: --white-list "dl.acm.org,medium.com,docs.google.com" --allow 429,999 --allow-dupe --allow-redirect --set-timeout 120 /github/workspace/README.md

linkChecker:
runs-on: ubuntu-latest
Expand All @@ -27,4 +18,4 @@ jobs:
with:
fail: true
jobSummary: true
args: --base . --verbose --no-progress './**/*.md'
args: --base . --verbose --no-progress './**/*.md'

0 comments on commit 90b1297

Please sign in to comment.