Skip to content

Bump Microsoft.AspNetCore.Http.Extensions from 2.3.0 to 2.3.9 #206

Bump Microsoft.AspNetCore.Http.Extensions from 2.3.0 to 2.3.9

Bump Microsoft.AspNetCore.Http.Extensions from 2.3.0 to 2.3.9 #206

# ================================================================================
# MARKDOWN LINK CHECKER
# ================================================================================
# https://github.com/tcort/github-action-markdown-link-check
# ================================================================================
name: Check Markdown links
on: pull_request
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'