mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
fix: pylint
This commit is contained in:
committed by
Sergey Linnik
parent
249adaab48
commit
2b0ba914dc
11
.github/workflows/lint-python.yml
vendored
11
.github/workflows/lint-python.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user