mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
15 lines
169 B
YAML
15 lines
169 B
YAML
language: ruby
|
|
|
|
os:
|
|
- osx
|
|
|
|
install:
|
|
- brew update
|
|
- brew install shellcheck
|
|
|
|
script:
|
|
- shellcheck bash_*
|
|
- shellcheck bin/*.sh
|
|
|
|
notifications:
|
|
email: false |