Skip to content

build(deps-dev): bump @types/react from 18.2.37 to 18.2.50 #30

build(deps-dev): bump @types/react from 18.2.37 to 18.2.50

build(deps-dev): bump @types/react from 18.2.37 to 18.2.50 #30

Workflow file for this run

name: code-review
on:
push:
branches: ['**']
workflow_call:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn typecheck