Skip to content

.Net: Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /dotnet #22423

.Net: Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /dotnet

.Net: Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /dotnet #22423

name: Check .md links
on:
workflow_dispatch:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
# check out the latest version of the code
steps:
- uses: actions/checkout@v4
# Checks the status of hyperlinks in all files
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: local
filter_mode: nofilter
fail_on_error: true
config_file: ".github/.linkspector.yml"