Skip to content

Add dependabot configuration for GitHub Actions and NuGet updates + Markdown lint action fix #14

Add dependabot configuration for GitHub Actions and NuGet updates + Markdown lint action fix

Add dependabot configuration for GitHub Actions and NuGet updates + Markdown lint action fix #14

name: Check Markdown links
on:
push:
branches:
- '**'
- 'main'
tags-ignore:
- '**'
pull_request_target:
branches:
- '**'
tags-ignore:
- '**'
types:
- 'opened'
- 'reopened'
- 'synchronize'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
folder-path: 'docs'
use-quiet-mode: 'yes'