Skip to content

Freeze shared variables #16

Freeze shared variables

Freeze shared variables #16

Workflow file for this run

name: Lint Ruby
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rake rubocop