Skip to content

feat: Add wrapWhere method to group existing WHERE conditions #83

feat: Add wrapWhere method to group existing WHERE conditions

feat: Add wrapWhere method to group existing WHERE conditions #83

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
...