You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This new "ERB Format Check" workflow works as follows:
- Executes when a PR is made and gathers any changed `app/views/**/*.erb` files.
- Executes `erb-format` against all of the gathered files:
- If no files were changed, or if there are no formatting errors, then the GH Action passes.
- Else there are formatting errors and the GH Action will fail.
0 commit comments