Skip to content

Commit

Permalink
add markdown link check
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Nov 1, 2023
1 parent 40a827a commit 2084a9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test_markdown_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# This workflow action will run pre-commit, which will execute ansible and yaml linting
# See .pre-commit-config.yaml for what hooks are executed
name: markdown link check


on:
push:
pull_request:

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc_config.json'
...

0 comments on commit 2084a9b

Please sign in to comment.