Skip to content

Merge pull request #63 from ifad/chore/stop-testing-70-against-ruby-head #53

Merge pull request #63 from ifad/chore/stop-testing-70-against-ruby-head

Merge pull request #63 from ifad/chore/stop-testing-70-against-ruby-head #53

Workflow file for this run

name: RuboCop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
name: RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
rubygems: latest
bundler-cache: true
- name: RuboCop
run: bundle exec rubocop