Skip to content

fix: upgrade @mdn/yari from 2.29.0 to 2.60.1 #439

fix: upgrade @mdn/yari from 2.29.0 to 2.60.1

fix: upgrade @mdn/yari from 2.29.0 to 2.60.1 #439

Workflow file for this run

name: Lint YAML
branches:

Check failure on line 3 in .github/workflows/pr-check_yml.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-check_yml.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
- main
- .nvmrc
- "**/*.yml"
- .github/workflows/pr-check_yml.yml
*don't exit on code 2 until requirements are met
jobs: build
lint-yml:
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: yarn lint:yml
-LOCK: lock yarn after workflow