Skip to content

Bump codecov/codecov-action from 5.5.1 to 6.0.0 #6

Bump codecov/codecov-action from 5.5.1 to 6.0.0

Bump codecov/codecov-action from 5.5.1 to 6.0.0 #6

on: [pull_request]
name: Check Markdown links in modified files
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
base-branch: 'main'