Skip to content

check: use the new checks API

Ben Boeckel requested to merge ben.boeckel/rust-ghostflow:check-new-api into master

This new API helps to avoid misuse of the API by ensuring that branch checks are only run for entire topics rather than when iterating over commits individually.

Fixes #39 (closed).

Merge request reports