clean-and-green-philly icon indicating copy to clipboard operation
clean-and-green-philly copied to clipboard

DevOps: Add formatting step to the pr_checks workflow

Open zackdreitzler opened this issue 2 months ago • 0 comments

Describe the task

Add a formatting check to any PR impacting the frontend code. This check ensures that new Next.js code is formatted using the defined project formatter

Acceptance Criteria

  • [ ] A formatting checking step exists on the pr_checks workflow
  • [ ] When no issues are found, report a success to the PR that triggered this action
  • [ ] When one or more issues are found, report a failure to the PR that triggered this action

Additional context

This story is also blocked pending a decision on what Next.js/JavaScript formatter to use

zackdreitzler avatar May 21 '24 00:05 zackdreitzler