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