dev #2

Merged
wtukatyr merged 19 commits from dev into main 2025-06-05 23:09:25 +03:00
2 changed files with 15 additions and 4 deletions
Showing only changes of commit 531e2dd76b - Show all commits

View File

@@ -17,3 +17,8 @@ jobs:
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
- name: Lint the source code
uses: Silleellie/pylint-github-action@v2.1
with:
lint-path: mysite # lint src package
python-version: 3.11 # python version which will lint the package