Add installation of shellcheck
This commit is contained in:
parent
0be39305b9
commit
0f6a6018bd
@ -5,6 +5,8 @@ steps:
|
||||
- name: run shellcheck
|
||||
image: debian:buster
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y shellcheck
|
||||
- shellcheck abra
|
||||
trigger:
|
||||
branch:
|
||||
|
Reference in New Issue
Block a user