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

DevOps: Add linting step to pr_checks_backend workflow

Open zackdreitzler opened this issue 2 months ago • 0 comments

Describe the task

Add a linter check to any PR impacting the data directory and its sub directories. This check ensures that new python code is passing basic linting checks.

Acceptance Criteria

  • [ ] A linter checking step exists on the pr_checks_backend 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 currently blocked until #638 is completed. This story is also blocked pending a decision on what python linter to use.

zackdreitzler avatar May 21 '24 00:05 zackdreitzler