From ce796b9069eaa182f1ba2437f81427cd9cb48196 Mon Sep 17 00:00:00 2001 From: "Jeremie J. Jarosh" Date: Sun, 16 Apr 2023 07:06:21 -0500 Subject: [PATCH] Add CLI tools to the linting workflow --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f953934..a7a5974 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/