Update lint_python.yml

This commit is contained in:
Robert Chacón
2023-01-24 08:22:39 -07:00
committed by GitHub
parent 2a240c5090
commit 3793a2a024

View File

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