Skip to content

chore(deps): bump @mdn/yari from 0.4.186 to 2.64.2 #15

chore(deps): bump @mdn/yari from 0.4.186 to 2.64.2

chore(deps): bump @mdn/yari from 0.4.186 to 2.64.2 #15

Workflow file for this run

# Checks the PR itself for hygiene things.
name: PR Lint
on:
pull_request:
# Necessary to re-run if someone edits the PR without a new pushed commit.
types: [opened, edited, synchronize, reopened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: "12"
- name: Install all yarn packages
run: |
cd pr-lint
yarn --frozen-lockfile
- name: Run checks
run: |
cd pr-lint
yarn run check