fix: pylint

This commit is contained in:
Dmitrii Vershinin
2022-11-29 21:16:55 +05:00
committed by Sergey Linnik
parent 249adaab48
commit 2b0ba914dc

View File

@ -17,11 +17,12 @@ jobs:
working-directory: ./web/documentserver-example/python
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.6.9
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
@ -36,4 +37,4 @@ jobs:
- name: Lint Pylint
run: |
pylint ./**/*.py
pylint ./**/*.py