Skip to content

feat(OnConflict): index-inference predicate for ON CONFLICT (Postgres… #93

feat(OnConflict): index-inference predicate for ON CONFLICT (Postgres…

feat(OnConflict): index-inference predicate for ON CONFLICT (Postgres… #93

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- '*'
name: Fix Code Style
jobs:
cs-fix:
permissions:
contents: write
uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master
...