mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2024-10-01 11:49:27 -04:00
12 lines
260 B
YAML
12 lines
260 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.2
|
|
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- gem install mdl
|
|
|
|
script:
|
|
- awesome_bot README.md --allow-dupe # Allow duplicate links
|
|
- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules |