Skip to content

test: use tox env in lint workflow #18

test: use tox env in lint workflow

test: use tox env in lint workflow #18

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tox
run: |
python -m pip install tox
- name: Run tox
run: |
python -m tox run -e lint