Skip to content

chore: Update Rubocop to 1.66.0 #83

chore: Update Rubocop to 1.66.0

chore: Update Rubocop to 1.66.0 #83

name: Markdown Link Check
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Markdown Link Check"
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdown-link-check.json'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'