Skip to content

feat(phase4): terminal formatter — ranked review path for wild diff #12

feat(phase4): terminal formatter — ranked review path for wild diff

feat(phase4): terminal formatter — ranked review path for wild diff #12

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- run: python -m pip install --upgrade pip
- run: python -m pip install -r requirements.txt -e . pytest
- run: python -m pytest
- run: python -m compileall -q diffgraph tests
- run: git diff --check