Skip to content

chore(deps-dev): bump lint-staged from 11.1.2 to 14.0.1 #1676

chore(deps-dev): bump lint-staged from 11.1.2 to 14.0.1

chore(deps-dev): bump lint-staged from 11.1.2 to 14.0.1 #1676

Workflow file for this run

name: Linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v2
- name: Yarn cache
uses: c-hive/gha-yarn-cache@v1
- name: Install JS dependencies
run: yarn --frozen-lockfile
- name: Boot Lerna
run: yarn boot
- name: Lint
run: yarn lint