Skip to content

deps: bump rust-toolchain from 1.97.1 to 1.98.0 #109

deps: bump rust-toolchain from 1.97.1 to 1.98.0

deps: bump rust-toolchain from 1.97.1 to 1.98.0 #109

Workflow file for this run

name: Ruby Lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: legacy
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
working-directory: legacy
- name: Lint
run: bundle exec rake rubocop