Skip to content

build(deps): bump @remix-run/react from 2.2.0 to 2.4.1 #26

build(deps): bump @remix-run/react from 2.2.0 to 2.4.1

build(deps): bump @remix-run/react from 2.2.0 to 2.4.1 #26

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