Skip to content

Add side effects configuration #824

Add side effects configuration

Add side effects configuration #824

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
- '!main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
name: Checks ๐Ÿ“
uses: ./.github/workflows/checks.yml
build:
name: Build ๐Ÿ—
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/prepare
- name: Create Prisma client
run: pnpm prisma generate --data-proxy
- uses: quilt-framework/action-build@v2
with:
cache-key: ${{ hashFiles('**/pnpm-lock.yaml') }}