Skip to content

Bump github/codeql-action from 3.25.12 to 3.25.13 #685

Bump github/codeql-action from 3.25.12 to 3.25.13

Bump github/codeql-action from 3.25.12 to 3.25.13 #685

name: Lint - Markdown Links
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
workflow_call:
workflow_dispatch:
jobs:
lint-markdown-links:
name: 👕 Markdown Links
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.head_ref }}
- name: 🚀 Run Markdown Links
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: no
use-verbose-mode: no
config-file: mlc_config.json
folder-path: .github
file-path: ./README.md
max-depth: -1
check-modified-files-only: no
base-branch: master
file-extension: .md