Currently, contributors are asked to run validate_plugins.py manually before submitting a Pull Request, which often gets forgotten. This issue tracks adding a GitHub Actions workflow (.github/workflows/validate.yml) to automatically run the validation script on every push and PR to ensure the collection remains in compliance with the plugin specifications.
Currently, contributors are asked to run
validate_plugins.pymanually before submitting a Pull Request, which often gets forgotten. This issue tracks adding a GitHub Actions workflow (.github/workflows/validate.yml) to automatically run the validation script on every push and PR to ensure the collection remains in compliance with the plugin specifications.