Skip to content

i18n: correct six stale pre-AGPL license translations #27

i18n: correct six stale pre-AGPL license translations

i18n: correct six stale pre-AGPL license translations #27

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: ["3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install
run: pip install -e ".[dev]"
- name: Run test suite (synthetic corpus auto-generated)
run: python -m pytest tests/unit -q