Skip to content

fix(deps): update all non-major dependencies #156

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #156

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn run lint
- run: yarn run prettier:check