Skip to content

Update prisma monorepo to v5.3.1 #1127

Update prisma monorepo to v5.3.1

Update prisma monorepo to v5.3.1 #1127

Workflow file for this run

name: Check ESLint
on: pull_request
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install modules
run: pnpm i
- name: Run eslint
uses: tj-actions/[email protected]
with:
config_path: './.eslintrc.js'
ignore_path: './.eslintignore'
extra_args: '--max-warnings=0'