Skip to content

ci check

ci check #2

Workflow file for this run

name: CI pipeline
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
-name : generate prisma client
run: npx prisma generate
- name: Build
run: npm run build