Update .github/workflows/pylint.yml
Some checks reported warnings
Pylint / build (3.11.2) (push) Has been cancelled
Some checks reported warnings
Pylint / build (3.11.2) (push) Has been cancelled
This commit is contained in:
parent
6297b5ec75
commit
a8b432464b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue