It would be very useful to be able to access ci lint from the cli like this: ``` gitlab lint path/to/.gitlab-ci.yml ``` with: * success: exit code 0 * failure: exit code 1 + errors message