Skip to content

build(deps): bump markdownlint-cli2 from 0.9.0 to 0.9.2 #311

build(deps): bump markdownlint-cli2 from 0.9.0 to 0.9.2

build(deps): bump markdownlint-cli2 from 0.9.0 to 0.9.2 #311

Workflow file for this run

name: Markdownlint (All files)
on:
pull_request:
branches:
- main
paths:
- .nvmrc
- .markdownlint-cli2.jsonc
- "**/.markdownlint.jsonc"
- package.json
- yarn.lock
- .github/workflows/markdown-lint.yml
- .github/workflows/markdownlint-problem-matcher.json
jobs:
docs:
# do not run on forks
if: github.repository == 'mdn/translated-content'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: yarn
- name: Install all yarn packages
run: |
yarn --frozen-lockfile
env:
# https://github.com/microsoft/vscode-ripgrep#github-api-limit-note
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint markdown files
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
yarn lint:md