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

12 lines
211 B
YAML

version: 0.2
phases:
install:
commands:
- echo Installing shellcheck ...
4 years ago
- apt-get install shellcheck -y
build:
commands:
- echo Checking script compliance
- ./shellcheck.sh