mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Switch back to unpaid safety check
This commit is contained in:
parent
ee30dc027e
commit
9fb0e9d6ca
8
.github/workflows/lint_python.yml
vendored
8
.github/workflows/lint_python.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user