Skip to content

[CODE_GEN] Added remote_store.restore action #31

[CODE_GEN] Added remote_store.restore action

[CODE_GEN] Added remote_store.restore action #31

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
- run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
ruby -v
bundle install
bundle exec rubocop