> Given the `**Don't run this locally**` requirement, should we add something like > > ```ruby > UI.user_error! "This lane should only run in CI" unless ENV.fetch(["CI"], nil).nil? > ``` _Originally posted by @mokagio in [#502](https://github.com/wordpress-mobile/GutenbergKit/pull/502/changes#r3246315321)_
Originally posted by @mokagio in #502