Skip to content

Revert "EL-1214 switch staging ingress hosts" #846

Revert "EL-1214 switch staging ingress hosts"

Revert "EL-1214 switch staging ingress hosts" #846

Workflow file for this run

name: RuboCop
on: [pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.2.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop