Skip to content

feat: add ULID column type (#233) #50

feat: add ULID column type (#233)

feat: add ULID column type (#233) #50

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