Skip to content

fix: stop seeking non-seekable factory handles in extract (#703) #193

fix: stop seeking non-seekable factory handles in extract (#703)

fix: stop seeking non-seekable factory handles in extract (#703) #193

Workflow file for this run

name: Run linter
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
jobs:
linter:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Install dependencies
run: |
pip install -U pip tox wheel setuptools setuptools_scm[toml]
- name: lint check
run: tox -e check
docs:
name: Document checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Install dependencies
run: |
sudo apt-get update -q -y
sudo apt-get install -q -y graphviz libcairo2-dev
pip install -U pip tox wheel setuptools setuptools_scm[toml]
- name: docs build and link check
run: |
tox -e docs