Skip to content

httpserver/sql: allow any value for the bool field of a filter if the field is unused #152

httpserver/sql: allow any value for the bool field of a filter if the field is unused

httpserver/sql: allow any value for the bool field of a filter if the field is unused #152

Workflow file for this run

name: Test Docs build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: docs
jobs:
test-docs-build:
name: Test Docs build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build