Skip to content

Implement CLI and Hypothesis tests #8

Implement CLI and Hypothesis tests

Implement CLI and Hypothesis tests #8

Workflow file for this run

name: Check Version Consistency
on:
pull_request:
branches: [main]
jobs:
version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Verify version matches tag
run: python scripts/check_version_match.py