Switch back to unpaid safety check

This commit is contained in:
Robert Chacón 2023-02-06 17:30:32 -07:00 committed by GitHub
parent ee30dc027e
commit 9fb0e9d6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py37-plus **/*.py || true
#- run: safety check
- uses: pyupio/safety@2.3.4
with:
api-key: ${{secrets.SAFETY_API_KEY}}
- run: safety check
#- uses: pyupio/safety@2.3.4
# with:
# api-key: ${{secrets.SAFETY_API_KEY}}