Skip to content

Add support for sidebar facet conditions (#18) #122

Add support for sidebar facet conditions (#18)

Add support for sidebar facet conditions (#18) #122

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.8]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make test-ci