Skip to content

chore(deps): bump actions/cache from 2.1.4 to 4.1.1 #14

chore(deps): bump actions/cache from 2.1.4 to 4.1.1

chore(deps): bump actions/cache from 2.1.4 to 4.1.1 #14

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