ocurrent / opam-repo-ci

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

Document the `--lint-only` flag for local use #318

Closed benmandrew closed 3 months ago

benmandrew commented 4 months ago

Also make the README a bit more readable.

benmandrew commented 4 months ago

Unfortunately the lint check is tightly coupled to OCurrent, so we have to spin up a full pipeline and exit when we hit the right point. This means that if an error occurs prior to the lint check (e.g. in analysis), the program will not exit and user will have to inspect the pipeline themselves through the web-ui. Ideally the check should be able to run independently of OCurrent.