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