matomo-org / searchengine-and-social-list

List of Search engines URLs, keywords and Social network URLs definitions used by Matomo Analytics
https://matomo.org
Creative Commons Zero v1.0 Universal
65 stars 47 forks source link

Introduce YAML Lint to check files have valid syntax #77

Closed sgiehl closed 3 years ago

sgiehl commented 3 years ago

As Matomo directly pulls the definitions from this repository we should avoid having any syntax errors or yaml failures. This PR will add an automatic YAML Lint run for every pull request.

After merging I will change the repo settings so no direct commit to master will be allowed anymore. Instead everything needs to be done with pull requests. The YAML Lint check will need to succeed in order to get a PR mergeable.