Skip to content

feat(query): allow returning multiple leaf nodes in a single result #5

feat(query): allow returning multiple leaf nodes in a single result

feat(query): allow returning multiple leaf nodes in a single result #5

Workflow file for this run

name: reBabel CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: pip install -e .
- name: test
run: make test