Skip to content

feat: Add charset and collation support for MySQL columns (#246) #70

feat: Add charset and collation support for MySQL columns (#246)

feat: Add charset and collation support for MySQL columns (#246) #70

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