Skip to content

Bump @prisma/client from 5.1.1 to 5.22.0 #695

Bump @prisma/client from 5.1.1 to 5.22.0

Bump @prisma/client from 5.1.1 to 5.22.0 #695

name: Code Format Check
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main", "staging"]
jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
lint:
name: Lint
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn lint
test:
name: Format Check
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn check-code-format