starburstdata/dbt-trino

Build process: Check each commit whether it compiles in a PR

findinpath opened this issue · 0 comments

Describe the feature

Same as it is done in trino project, this project could eventually benefit of some logic to verify each commit in a PR whether it compiles , follows check style.

https://github.com/trinodb/trino/blob/5d4fd501ae089a67d6fbf11254f72f3c71fff63d/.github/workflows/ci.yml#L95-L146

Given that this project does not have much PRs with multiple commits, this request would fall under the nice-to-have umbrella.

Describe alternatives you've considered

No response

Who will benefit?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!