Skip to content

Merge pull request #48 from agrare/add_codeowners #172

Merge pull request #48 from agrare/add_codeowners

Merge pull request #48 from agrare/add_codeowners #172

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Run RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop