Skip to content

test: use any Python available in lint tox env #19

test: use any Python available in lint tox env

test: use any Python available in lint tox env #19

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