Skip to content

Bump ruby/setup-ruby from 1.203.0 to 1.206.0 #83

Bump ruby/setup-ruby from 1.203.0 to 1.206.0

Bump ruby/setup-ruby from 1.203.0 to 1.206.0 #83

Workflow file for this run

name: "Analyse code with Rubocop"
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/[email protected]
with:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --config .runner.rubocop.yml