You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotbare/buildspec.yml

15 lines
364 B
YAML

version: 0.2
phases:
install:
commands:
- echo Installing shellcheck ...
- yum update -y
- yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- yum-config-manager --enable epel
- yum install ShellCheck -y
build:
commands:
- echo Checking script compliance
- ./shellcheck.sh