2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-04 06:00:45 +00:00
dotbare/buildspec.yml
2020-05-11 15:16:01 +10:00

14 lines
264 B
YAML

version: 0.2
phases:
install:
commands:
- echo Installing shellcheck ...
- yum-config-manager --enable epel
- yum install ShellCheck -y
build:
commands:
- echo Checking script compliance
- ./shellcheck.sh
- echo $?