Skip to content

chore(deps): update dependency @types/react to v18.3.18 #396

chore(deps): update dependency @types/react to v18.3.18

chore(deps): update dependency @types/react to v18.3.18 #396

name: Template Documentation Checks
on:
push:
branches:
- main
pull_request:
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: "yes" # errors only.
config-file: ".github/workflows/template-only-markdownlint-config.json"