mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-29 04:50:58 +00:00
Fixing CI/CD failure
This commit is contained in:
parent
c7a9185bcf
commit
692c4bc42f
3 changed files with 3 additions and 2 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
run: python -VV
|
||||
|
||||
- name: Pyflakes lint
|
||||
shell: bash
|
||||
run: |
|
||||
python -m pip install pyflakes
|
||||
OUT=$(python -m pyflakes $(git ls-files '*.py' | grep -v '^thirdparty/'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue