Added missing space in workflow file

This commit is contained in:
Nex 2021-07-30 11:43:52 +02:00
parent c966eea7e6
commit eda1976518
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# 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
-name: Safety checks
- name: Safety checks
run: safety check
# - name: Test with pytest