mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2026-07-17 18:41:22 +02:00
Add link checker
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user