Skip to content

Fix Grid items/content alignment when just a single value is set (#569) #186

Fix Grid items/content alignment when just a single value is set (#569)

Fix Grid items/content alignment when just a single value is set (#569) #186

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'