Skip to content

Moved jayeshathila to Emeritus (#263) #266

Moved jayeshathila to Emeritus (#263)

Moved jayeshathila to Emeritus (#263) #266

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@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
ruby -v
bundle install
bundle exec rubocop