ocurrent / opam-repo-ci

An OCurrent pipeline for testing submissions to opam-repository
Apache License 2.0
20 stars 22 forks source link

Run opam-admin check to detect cycles #69

Open samoht opened 3 years ago

samoht commented 3 years ago

opam admin check --cycles [--ignore-test-doc] is super useful to detect issue with dependency cycles. That'd be useful to run it automatically on every PR to detect this kind of issue early.

kit-ty-kate commented 3 years ago

I'm currently working on the lint phase, so I can add this in there.