mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
8 lines
164 B
YAML
8 lines
164 B
YAML
language: bash
|
|
os: linux
|
|
before_script: npm install -g bats
|
|
script:
|
|
- ./shellcheck.sh
|
|
- dotbare finit -u https://github.com/kazhala/dotfiles.git
|
|
- bats tests
|