mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
11 lines
198 B
YAML
11 lines
198 B
YAML
language: bash
|
|
|
|
# Use container-based infrastructure for quicker build start-up
|
|
sudo: false
|
|
|
|
script:
|
|
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'
|
|
|
|
matrix:
|
|
fast_finish: true
|