Update lint_python.yml

This commit is contained in:
Tib3rius 2023-02-21 19:31:41 -05:00 committed by GitHub
parent e8264ebe35
commit f55b17e7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ jobs:
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
- run: safety check
- run: safety check -r requirements.txt
- run: python3 autorecon.py 127.0.0.1 || true