format yaml file

This commit is contained in:
Torma Kristóf 2020-01-22 13:27:31 +01:00
parent ed7ba5f795
commit 3da2914d4f
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -1,9 +1,9 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
- name: shellcheck - name: shellcheck
image: python:3 image: python:3
commands: commands:
- apt update && apt upgrade -y && apt install -y shellcheck - apt update && apt upgrade -y && apt install -y shellcheck
@ -14,6 +14,7 @@
- find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi - find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- bandit -r . - bandit -r .
trigger: trigger:
branch: branch:
- master - master