wrong pippantas
This commit is contained in:
parent
c0120c00eb
commit
90bfc092fa
@ -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 '{}' \;
|
||||
|
Loading…
Reference in New Issue
Block a user