Skip to content

Added workflow

Added workflow #308

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
--jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '20'
-name: Install dependencies
run: npm install
--name: Prisma Client Generate
run: db:generate
-name: Run Build
run: npm run build