misc(pylint): only run on relevant python version, to speed up action runs
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 55s

This commit is contained in:
Seaswimmer 2023-10-20 15:36:19 -04:00
parent 88b1a995b4
commit d98f631bed
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -6,7 +6,7 @@ jobs:
runs-on: docker
strategy:
matrix:
python-version: ["3.11", "3.10", "3.9"]
python-version: ["3.10"]
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout