Skip to content

topsql: add label for the table and schema #214

topsql: add label for the table and schema

topsql: add label for the table and schema #214

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'release-**'
pull_request:
branches:
- main
- 'release-**'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Format
run: make fmt
- name: Lint
run: make lint
- name: Test
run: make test