Skip to content

fix: redesign database tool to hide sqlite3 cli from llm #23

fix: redesign database tool to hide sqlite3 cli from llm

fix: redesign database tool to hide sqlite3 cli from llm #23

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
- name: Run tests
run: make test