Skip to content

feat: add snowflake column type alias (#235) #55

feat: add snowflake column type alias (#235)

feat: add snowflake column type alias (#235) #55

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