Skip to content

fix(output): ID column could not be selected #899

fix(output): ID column could not be selected

fix(output): ID column could not be selected #899

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Run go fmt
run: diff -u <(echo -n) <(gofmt -d -s .)
- name: Run tests
run: |
go test -v \
-race \
./...