Skip to content

feat: allow fetching certain entities at a specific revision id #6

feat: allow fetching certain entities at a specific revision id

feat: allow fetching certain entities at a specific revision id #6

Workflow file for this run

name: Python package
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Run unit tests
run: ./test.py