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

DevOps: Add formatter check to pr_checks_backend workflow

Open zackdreitzler opened this issue 2 months ago • 0 comments

Describe the task

Add a formatter check to any PR impacting the data directory and its sub directories. This check ensures that new python code is formatted using the black formatter.

Acceptance Criteria

  • [ ] A format checking step exists on the pr_checks_backend workflow
  • [ ] When all files report as formatted, report a success to the PR that triggered this action
  • [ ] When one or more files report as not formatted, report a failure to the PR that triggered this action

Additional context

This story is currently blocked until #638 is completed.

zackdreitzler avatar May 21 '24 00:05 zackdreitzler