Skip to content

Added ruby 3.3 metrics #9

Added ruby 3.3 metrics

Added ruby 3.3 metrics #9

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- '**'
tags-ignore:
- 'v*'
jobs:
build:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop