Skip to content

Bump pylint from 2.15.5 to 3.1.1 #27

Bump pylint from 2.15.5 to 3.1.1

Bump pylint from 2.15.5 to 3.1.1 #27

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tox:
runs-on: ubuntu-latest
name: Tox
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4.1.5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: python3 -m pip install tox
- name: Run Tox
run: tox