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:
SeaswimmerTheFsh 2023-10-20 15:36:19 -04:00
parent 88b1a995b4
commit d98f631bed
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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