Skip to content

feat: unique table column validator #515

feat: unique table column validator

feat: unique table column validator #515

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
workflow_call:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run tests
run: go test ./...