Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Bump onlyoffice_webdriver_wrapper from 1.23.0 to 1.24.0 #2145

Bump onlyoffice_webdriver_wrapper from 1.23.0 to 1.24.0

Bump onlyoffice_webdriver_wrapper from 1.23.0 to 1.24.0 #2145

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Check source files using `rubocop`
run: rubocop