zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
609 stars 63 forks source link

[CI]Enable documentation linter #657

Open cezarpopa opened 3 days ago

cezarpopa commented 3 days ago

Hi,

I've updated the ci.yml to include a documentation linter step, along with a basic initial configuration for the linter.

Additionally, I've modified the main README to include instructions on how to use the linter locally. If there are any additional rules you'd like to be included in the YAML configuration for the linter, please let me know. I'd be happy to make those changes.

Thank you!