Skip to content

generate Gemfile.lock #29

generate Gemfile.lock

generate Gemfile.lock #29

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
ruby: ["3.1.2", "3.1.4"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop