[WIP] Replace jsdom
with happy-dom
testing environment to enable Modal
tests (#461)
#116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: External Links Check | |
on: | |
pull_request: | |
jobs: | |
broken_link_check: | |
name: Markdown link check | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
config-file: '.github/markdown-link-check.json' | |
use-verbose-mode: 'yes' |