wrong pippantas

This commit is contained in:
Torma Kristóf 2019-12-18 17:56:42 +01:00
parent c0120c00eb
commit 90bfc092fa
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: shellcheck
image: python:3
commands:
- apt update && apt upgrade -y && apt instal -y shellcheck
- apt update && apt upgrade -y && apt install -y shellcheck
- pip3 install pylint bandit mccabe
- for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;
- find . -name "*.py" -exec python3 -m py_compile '{}' \;