From a2daa9f641b79aa4728cfeb61de472eceb475f0c Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Thu, 5 Jun 2025 18:49:41 +0300 Subject: [PATCH] add some files to lint --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99c3036..8fb5c1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,10 @@ jobs: - name: Lint the source code uses: Silleellie/pylint-github-action@v2.1 with: - lint-path: mysite # lint src package + lint-path: | + mysite + polls + manage.py requirements-path: requirements.txt readme-path: README.md python-version: 3.11 # python version which will lint the package