Files
Remi Rousselet bef2289d55 Add doc checker (#4071)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Documentation**
- Improved and clarified documentation comments for several provider
classes and methods.
- Added and updated documentation templates for better consistency and
clarity.
- **Chores**
- Enhanced the GitHub Actions workflow to include a step for checking
Dart documentation generation.
- Added a script to conditionally run a dry run of Dart documentation
generation based on project configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-04-21 11:57:45 +02:00

3 lines
68 B
Bash
Executable File

if ! grep -q publish_to "pubspec.yaml"; then
dart doc --dry-run
fi