mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2025-12-10 16:22:12 +00:00
Add link checker
This commit is contained in:
parent
3238563be0
commit
0b19ddfda0
8
.github/workflows/link-checker.yml
vendored
Normal file
8
.github/workflows/link-checker.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
name: Markdown link checker
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user