Skip to content

docs: add parallel-tests instructions #2814

docs: add parallel-tests instructions

docs: add parallel-tests instructions #2814

Workflow file for this run

name: linters
on:
push:
branches:
- main
- v14
pull_request:
branches:
- main
- v14
jobs:
linters:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install tox
- run: tox -e lint