mirror of
https://github.com/Relintai/awesome-godot.git
synced 2024-11-12 19:27:18 +01:00
16 lines
331 B
YAML
16 lines
331 B
YAML
os: linux
|
|
dist: bionic
|
|
language: ruby
|
|
|
|
rvm:
|
|
- "2.7.1"
|
|
|
|
install:
|
|
- pyenv global 3.8.1
|
|
- 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,https://www.youtube.com"
|