From 03dca5f38c7419a421682094ef3753b0adee9c3d Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Thu, 5 Jun 2025 17:15:42 +0300 Subject: [PATCH] pylint --- .github/workflows/ci.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79061ee..99c3036 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,6 @@ jobs: uses: Silleellie/pylint-github-action@v2.1 with: lint-path: mysite # lint src package + requirements-path: requirements.txt + readme-path: README.md python-version: 3.11 # python version which will lint the package diff --git a/README.md b/README.md index cdcff97..90cd8ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Django example app Application made by django's instruction for **DevOps** education purposes + +# Pylint + +![pylint]()