Zack Dreitzler
Zack Dreitzler
## 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 ##...
## Describe the task Add a unit testing check to any PR impacting the frontend code. This check ensures that new JavaScript code is passing all unit tests. ## Acceptance...
## Describe the task Add a unit testing check to any PR impacting the `data` directory and its sub directories. This check ensures that new python code is passing all...
## Describe the task Add the pr_checks_backend.yml file as a GitHub Actions workflow. The goal of this is to show every developer/reviewer that a PR impacting the `data` folder can...
## 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...
## 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...