Skip to content

chore(deps): bump actions/checkout from 2 to 4 #1

chore(deps): bump actions/checkout from 2 to 4

chore(deps): bump actions/checkout from 2 to 4 #1

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@v4
- 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