Skip to content

Bump github/codeql-action from 2 to 3 #1551

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #1551

Workflow file for this run

name: Check Markdown
on:
push:
pull_request:
schedule:
- cron: '0 16 * * *'
jobs:
markdown-link-check:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Check Markdown links
uses: gaurav-nelson/[email protected]
with:
config-file: .github/workflows/markdown-links-config.json
markdownlint-cli2:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: '**/*.md'