Skip to content

Add some comments for column context and guesses #2

Add some comments for column context and guesses

Add some comments for column context and guesses #2

Workflow file for this run

name: Publish
on:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
- run: pnpm i --frozen-lockfile
- run: pnpm exec tsc
- run: pnpm run generate
- name: Upload schema
uses: ncipollo/release-action@v1
with:
artifacts: "schema.min.json,schema.jsonl"
token: ${{ secrets.GITHUB_TOKEN }}
tag: latest
allowUpdates: true
omitBodyDuringUpdate: true
omitNameDuringUpdate: true