Update .github/workflows/pylint.yml
Some checks failed
Pylint / build (3.11.2) (push) Failing after 27s
Some checks failed
Pylint / build (3.11.2) (push) Failing after 27s
This commit is contained in:
parent
51bd0a8d71
commit
6297b5ec75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
|||
matrix:
|
||||
python-version: ["3.11.2"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: https://github.com/actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue