Update pythonapp.yml
This commit is contained in:
parent
82698dafa6
commit
f8c0a102c7
9
.github/workflows/pythonapp.yml
vendored
9
.github/workflows/pythonapp.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Python application
|
name: Python SSL Checker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -27,7 +27,8 @@ jobs:
|
|||||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test the script
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
python ssl_checker.py
|
||||||
pytest
|
python ssl_checker.py -H google.com
|
||||||
|
python ssl_checker.py -H google.com -j
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user