Skip to content

Bump the dependencies group with 2 updates #1156

Bump the dependencies group with 2 updates

Bump the dependencies group with 2 updates #1156

Workflow file for this run

name: markdown_linter
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * 0"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
# sadly, markdown-link-check has a bug where it doesn't handle config files
# so we pin to a version that doesn't have that bug
- run: |
npm install -g markdown-link-check@3.14.2
find . -name "*.md" -not -path './.git/*' -not -path './node_modules/*' -print0 | xargs -0 -n1 markdown-link-check -c .github/markdown-link-check-config.json
markdown_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: DavidAnson/markdownlint-cli2-action@6b51ade7a9e4a75a7ad929842dd298a3804ebe8b