Skip to content

feat!: remove 'prisma setup-db-for-litestream' and add pragmas getter… #304

feat!: remove 'prisma setup-db-for-litestream' and add pragmas getter…

feat!: remove 'prisma setup-db-for-litestream' and add pragmas getter… #304

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: autofix-${{ github.head_ref }}
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
check-latest: true
- run: yarn install
- run: yarn run cleanup
- run: yarn run build
- uses: autofix-ci/action@v1