Skip to content

Bump type-fest from 2.12.2 to 4.26.1 #564

Bump type-fest from 2.12.2 to 4.26.1

Bump type-fest from 2.12.2 to 4.26.1 #564

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Generate Prisma client
run: yarn prisma generate
- name: Run lint
run: yarn lint