Skip to content

Again fix the readme example indentation #20

Again fix the readme example indentation

Again fix the readme example indentation #20

Workflow file for this run

---
name: Test Polymath Code Standard
on:
push:
branches: [main]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
name: standardize thyself
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.1
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- run: uv sync
- run: uv run pytest