mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
13 lines
237 B
YAML
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
|