Skip to content

[Test] GenerateColumnDescriptions testing and some refactoring #10

[Test] GenerateColumnDescriptions testing and some refactoring

[Test] GenerateColumnDescriptions testing and some refactoring #10

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: ">=1.22.1"
- name: Run tests
run: go test