Add CI job to test creating and validating a db graph

also update older actions
This commit is contained in:
Gabriel Horner
2023-10-13 10:52:07 -04:00
parent 7b7c8c32a6
commit 8756600fd7
3 changed files with 52 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
(ns validate-client-db
"Script that validates the datascript db of a DB graph"
"Script that validates the datascript db of a DB graph
NOTE: This script is also used in CI to confirm our db's schema is up to date"
(:require [logseq.db.sqlite.cli :as sqlite-cli]
[logseq.db.sqlite.db :as sqlite-db]
[logseq.db.schema :as db-schema]