mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Add CLI tools to the linting workflow
This commit is contained in:
parent
eb529b041e
commit
ce796b9069
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
pip install poetry
|
||||
poetry install
|
||||
- name: Analysing the code with pylint
|
||||
run: poetry run pylint --rcfile=.pylintrc itchiodl/
|
||||
run: poetry run pylint --rcfile=.pylintrc itchiodl/ itchiodl/downloader/ itchiodl/bundle_tool/
|
||||
|
|
|
|||
Loading…
Reference in a new issue