mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2025-12-11 16:52:12 +00:00
Try ignoring non-broken links
This commit is contained in:
parent
fefee0f18c
commit
b7bf9c09d7
9
.github/workflows/link-checker.yml
vendored
9
.github/workflows/link-checker.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
name: Markdown link checker
|
name: Markdown link checker
|
||||||
on: [workflow_dispatch]
|
on: [push,pull_request,workflow_dispatch]
|
||||||
jobs:
|
jobs:
|
||||||
markdown-link-check:
|
markdown-link-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||||
|
with:
|
||||||
|
config-file: '.github/workflows/mlc_config.json'
|
||||||
|
|
||||||
|
|||||||
44
.github/workflows/mlc_config.json
vendored
Normal file
44
.github/workflows/mlc_config.json
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"ignorePatterns": [
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/android/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://www.fullstack.cafe/blog/docker-interview-questions-and-answers"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://www.fullstack.cafe/blog/5-graphql-interview-questions-you-should-know"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/ios/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/java/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/javascript-developers/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/nodejs/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/php/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://adevait.com/python/interview-questions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://danielmiessler.com/study/infosec_interview_questions/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://www.datacamp.com/community/news/top-100-data-science-interview-questions-cc3lts7gj5j"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timeout": "5s",
|
||||||
|
"retryCount": 3,
|
||||||
|
"fallbackRetryDelay": "10s",
|
||||||
|
"aliveStatusCodes": [
|
||||||
|
200,
|
||||||
|
206
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user