mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-03-11 17:34:33 -05:00
13 lines
236 B
YAML
13 lines
236 B
YAML
image: ruby
|
|
|
|
test:
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- apt-get update && apt-get install -y shellcheck python3-venv
|
|
- export LC_ALL=C.UTF-8
|
|
- export LANG=C.UTF-8
|
|
script:
|
|
- make checks
|
|
only:
|
|
- master
|