mirror of
https://github.com/xn0px90/awesome-qubes-os.git
synced 2024-10-01 06:35:43 -04:00
10 lines
167 B
YAML
10 lines
167 B
YAML
|
language: ruby
|
||
|
rvm:
|
||
|
- 2.5.3
|
||
|
before_script:
|
||
|
- gem install awesome_bot
|
||
|
script:
|
||
|
- awesome_bot README.md --allow-dupe --allow-redirect
|
||
|
notifications:
|
||
|
email: false
|