Skip to content

Bump JunitXml.TestLogger from 6.1.0 to 7.0.2 #33

Bump JunitXml.TestLogger from 6.1.0 to 7.0.2

Bump JunitXml.TestLogger from 6.1.0 to 7.0.2 #33

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'