sous-chefs / mysql

Development repository for the mysql cookbook
https://supermarket.chef.io/cookbooks/mysql
Apache License 2.0
338 stars 690 forks source link

Update README.md #648

Closed mbaitelman closed 4 years ago

mbaitelman commented 4 years ago

Fix markdownlint issues

Description

[Describe what this change achieves]

Issues Resolved

[List any existing issues this PR resolves]

Check List

mbaitelman commented 4 years ago

This fixes https://github.com/sous-chefs/mysql/runs/1191136314?check_suite_focus=true https://github.com/sous-chefs/mysql/runs/1207358669?check_suite_focus=true

ramereth commented 4 years ago

@mbaitelman would you mind fixing the the yamlint warnings while you're at it too please?

mbaitelman commented 4 years ago

The yamllint is a little more complicated The yaml does have ---- but the top of the file is ERB code. Il see if that's skippable

mbaitelman commented 4 years ago

It looks like yamllint supports a config but the actionshub/yamllint action doesn't support it (yet?)

ramereth commented 4 years ago

@mbaitelman PRs are welcome on actionshub to allow for configuration!

mbaitelman commented 4 years ago

Turns out there already is a system for default config files. Replacing this PR with #649