Skip to content

🚨 [security] Update selenium-webdriver 4.18.1 → 4.21.1 (minor) #874

🚨 [security] Update selenium-webdriver 4.18.1 → 4.21.1 (minor)

🚨 [security] Update selenium-webdriver 4.18.1 → 4.21.1 (minor) #874

Workflow file for this run

name: Linting
env:
BUNDLE_WITHOUT: 'test development default'
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # Runs bundle install and caches gems. See the ruby_test.yml
# example if you need more control over bundler.
- name: Run lint
run: bundle exec rubocop --extra-details --display-style-guide --parallel