Add CLI tools to the linting workflow

This commit is contained in:
Jeremie J. Jarosh 2023-04-16 07:06:21 -05:00
parent eb529b041e
commit ce796b9069

View file

@ -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/