Skip to content

docs(readme): improve web query example formatting #81

docs(readme): improve web query example formatting

docs(readme): improve web query example formatting #81

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install -y libsqlite3-tcl sqlite3 tcl tcllib tdom
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make tinyfts
- name: Run tests
run: make test