Add 'ops/' directory and sqlite_lint integration test
All checks were successful
CI / release-test (push) Successful in 24s

This commit is contained in:
2025-11-08 17:19:11 -08:00
parent 6624b5794f
commit 8c6d8354df
3 changed files with 82 additions and 0 deletions

View File

@@ -20,7 +20,12 @@ jobs:
env
GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.1
gocheckout
- name: test
run: go test ./...
- name: lint
run: golangci-lint run
- name: Run sqlite_lint integration test
run: ops/sqlite_lint_test.sh