Skip to content

Fix issue where run command fails when runner workload has ENV but original workload does not #668

Fix issue where run command fails when runner workload has ENV but original workload does not

Fix issue where run command fails when runner workload has ENV but original workload does not #668

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
name: Rubocop
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Analyze code
run: bundle exec rubocop