Skip to content

Commit

Permalink
adding safety check to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rlittlefield committed Jun 4, 2024
1 parent 741dba9 commit 574ec65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: dependency checks
run: |
poetry check
- uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
- name: install dependencies
run: |
poetry install
Expand Down

0 comments on commit 574ec65

Please sign in to comment.