Skip to content

fix(MySQL): unsigned boolean Columns comparison (#234) #52

fix(MySQL): unsigned boolean Columns comparison (#234)

fix(MySQL): unsigned boolean Columns comparison (#234) #52

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