Skip to content

Commit

Permalink
Fix pylint on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroLQueiroz committed Nov 2, 2023
1 parent 87f82f8 commit ae30d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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/

Expand Down

0 comments on commit ae30d5d

Please sign in to comment.