Skip to content

Commit

Permalink
ci: update CI with linters and generate new requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszszymaniak committed Mar 11, 2024
1 parent 95a2150 commit 7558393
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/fh_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,14 @@ jobs:
DB_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
DB_HOST: ${{ vars.POSTGRES_HOST }}
DB_PORT: 5432

- name: Run Bandit
run: |
bandit -r ../../.
- name: Run Safety
run: |
safety check
continue-on-error: true
- name: Run Ruff
run: |
ruff check ../../.

0 comments on commit 7558393

Please sign in to comment.