Skip to content

Bump lint-staged from 13.2.2 to 13.2.3 #203

Bump lint-staged from 13.2.2 to 13.2.3

Bump lint-staged from 13.2.2 to 13.2.3 #203

Workflow file for this run

name: Markdownlint (All files)
on:
pull_request:
branches:
- main
paths:
- .nvmrc
- .markdownlint-cli2.jsonc
- package.json
- yarn.lock
- .github/workflows/markdown-lint.yml
- .github/workflows/markdownlint-problem-matcher.json
jobs:
docs:
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
- name: Lint markdown files
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
yarn lint:md