Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
informatter committed Mar 14, 2024
1 parent 984011b commit 11a2230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
poetry install --only dev
- name: Run Linting
# poetry shell
run: |
cd backend
poetry shell
poetry run ruff check .
poetry run pyright .
poetry run bandit -r .
Expand Down

0 comments on commit 11a2230

Please sign in to comment.