Skip to content

feat: add --no-engine and --no-hint to prisma autocompletes #4141

feat: add --no-engine and --no-hint to prisma autocompletes

feat: add --no-engine and --no-hint to prisma autocompletes #4141

Workflow file for this run

name: Check PR
on: [pull_request_target]
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
- run: pnpm install --frozen-lockfile
- run: pnpm danger ci
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
- run: pnpm danger ci -d ./dangerfile-greeting.ts
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}