Update .github/workflows/pylint.yml
Some checks reported warnings
Pylint / build (3.11.2) (push) Has been cancelled

This commit is contained in:
SeaswimmerTheFsh 2023-07-13 12:02:40 -04:00
parent 6297b5ec75
commit a8b432464b

View file

@ -9,8 +9,9 @@ jobs:
matrix:
python-version: ["3.11.2"]
steps:
- name: Checkout
- uses: https://github.com/actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.11.2
uses: https://github.com/actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}