Skip to content

Commit

Permalink
link checker for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gulcingulletutan committed May 6, 2024
1 parent 85e24b5 commit e7aee42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'link-checker-config.json'
file-path: './CODE_OF_CONDUCT.md, ./README.md, ./CONTRIBUTING.md, ./.github/pull_request_template.md, ./.github/ISSUE_TEMPLATE/new-diagnostic.md, ./.github/ISSUE_TEMPLATE/feature_request.md, ./.github/ISSUE_TEMPLATE/bug_report.md, ./esmvaltool/diag_scripts/shared/README.md'

0 comments on commit e7aee42

Please sign in to comment.