Skip to content

Commit

Permalink
🔨 attempt to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanbekker committed Dec 31, 2023
1 parent 6630931 commit c714415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Run Static Analysis
run: |
echo "Installing dependencies"
source venv/bin/activate
python3 -m pylint ./
prospector --profile .prospector.yaml
python3 -m prospector --profile .prospector.yaml
python3 -m bandit -r . -ll -x ./venv
tests:
Expand Down

0 comments on commit c714415

Please sign in to comment.