add some files to lint
All checks were successful
CI-pipeline / linters (push) Successful in 31s

This commit is contained in:
Basyrov Rustam
2025-06-05 18:49:41 +03:00
parent 51e7871c69
commit a2daa9f641

View File

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