mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-27 13:34:01 +00:00
Fix pylint on GH actions
This commit is contained in:
parent
87f82f89fd
commit
ae30d5dc25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Run Pylint
|
||||
run: poetry run pylint --django-settings-module="notifications.settings" notifications/
|
||||
run: poetry run pylint --rcfile=pyproject.toml notifications/ sample_website/
|
||||
- name: Run Bandit
|
||||
run: poetry run bandit -c pyproject.toml -r notifications/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue