mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2026-04-17 22:19:49 +02:00
Try ignoring non-broken links
This commit is contained in:
9
.github/workflows/link-checker.yml
vendored
9
.github/workflows/link-checker.yml
vendored
@@ -1,8 +1,11 @@
|
||||
name: Markdown link checker
|
||||
on: [workflow_dispatch]
|
||||
on: [push,pull_request,workflow_dispatch]
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
config-file: '.github/workflows/mlc_config.json'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user