enhance: update action to use latest logseq and nbb-logseq #70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: [push] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| name: Run graph tests | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| # TODO: Test a real graph | |
| - name: Run graph-validator tests | |
| uses: logseq/graph-validator@feat/db |