Skip to content

Avoid N+1 in postgresql migrations #251

Avoid N+1 in postgresql migrations

Avoid N+1 in postgresql migrations #251

Workflow file for this run

# .github/workflows/restyled.yml
name: Restyled
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
restyled:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: restyled-io/actions/setup@v4
- uses: restyled-io/actions/run@v4
with:
suggestions: true