osscameroon/global-github-actions

Add yaml validation for the message scheduler

elhmn opened this issue · 1 comments

elhmn commented

The message scheduler action needs to validate yaml format, but more importantly check whether or not tweets messages have more than 280 characters.

The validation should go through a GitHub Action that will be run, when ever a pull request is submitted to the message scheduler and when the res/messages.yaml file is modified. The action will then validate the yaml format and check that tweets have a length < 280 characters.

elhmn commented

Resolved by #27