Skip to content

Bump codecov/codecov-action from 5.5.1 to 5.5.2 #3

Bump codecov/codecov-action from 5.5.1 to 5.5.2

Bump codecov/codecov-action from 5.5.1 to 5.5.2 #3

Workflow file for this run

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'