version: v1.0 triggers: - event: branch branch_name: main plan: standard-2 name: neetob global_job_config: setup: - checkout - neetoci-version ruby 3.2.2 - bundle config path 'vendor/bundle' - cache restore - bundle install --jobs 1 - cache store jobs: - name: CiChecks commands: - bundle exec rubocop - bundle exec rake test