2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00
dotbare/buildspec.yml
kevin zhuang 0377c4bcdf ..
2020-05-11 15:38:41 +10:00

13 lines
237 B
YAML

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