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]()