Skip to content

feat: proposal-aware amendments — find, confirm, parse, reference #8

feat: proposal-aware amendments — find, confirm, parse, reference

feat: proposal-aware amendments — find, confirm, parse, reference #8

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: '3.11'}
- run: sudo apt-get update && sudo apt-get install -y libpango-1.0-0 libpangoft2-1.0-0 libgdk-pixbuf-2.0-0
- run: pip install -r requirements-dev.txt
- run: ruff check .
- run: python -m pytest -v