PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.96k stars 1.57k forks source link

run static analysis on push to main #14249

Closed zzstoatzz closed 3 months ago

zzstoatzz commented 3 months ago

https://github.com/PrefectHQ/prefect/pull/14246 merged into main with static analysis failing, but since we don't run static analysis on push to main, it wasnt obvious that this happened after the fact, but it broke all other PRs static analysis

IMO we should also always require static analysis passing to merge at all, in the repo settings