Skip to content

Remove prisma from backend deps #273

Remove prisma from backend deps

Remove prisma from backend deps #273

Workflow file for this run

name: Lint files
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_version: '3.2.5'
dry: True
prettier_options: --check **/*.{ts,tsx,js,md,html,json} #todo add svg