Skip to content

chore: add prisma generate on build script #14

chore: add prisma generate on build script

chore: add prisma generate on build script #14

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
run_lint:
name: Lint code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run ESLint
run: npm run lint