Skip to content

Correctly parse table with first cell of a row being empty #793

Correctly parse table with first cell of a row being empty

Correctly parse table with first cell of a row being empty #793

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- '*'
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.14'
cache: 'pip'
- run: python -m pip install -e .[dev]
- run: python -m mypy -p wikitextprocessor
- run: python -m ruff check .
- run: python -m ruff format --diff .
- uses: crate-ci/typos@v1