mirror of
https://github.com/Relintai/awesome-godot.git
synced 2024-11-12 19:27:18 +01:00
5d5e1393c4
This closes #33.
14 lines
276 B
YAML
14 lines
276 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- "2.6.1"
|
|
|
|
install: |
|
|
pyenv global 3.6.3
|
|
pip3 install --user pre-commit
|
|
gem install awesome_bot
|
|
|
|
script: |
|
|
"$HOME/.local/bin/pre-commit" run --all-files
|
|
awesome_bot --files "README.md" --white-list "https://awesome.re,https://godotengine.org"
|