Skip to content

chore(deps): update babel monorepo #2339

chore(deps): update babel monorepo

chore(deps): update babel monorepo #2339

Workflow file for this run

name: Checks
on:
push:
branches-ignore:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn install --frozen-lockfile
- run: yarn run lint:prettier
- run: yarn run lint:eslint
- run: yarn run lint:stylelint
- run: yarn run lint:typescript