Skip to content

Bump ruby/setup-ruby from 1.226.0 to 1.229.0 #109

Bump ruby/setup-ruby from 1.226.0 to 1.229.0

Bump ruby/setup-ruby from 1.226.0 to 1.229.0 #109

Workflow file for this run

name: ubuntu-lint
on:
pull_request:
push:
branches:
- main
concurrency:
group: ci-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
ubuntu_lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup ruby
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
with:
ruby-version: 3.3.6
bundler-cache: true
- name: Run Lint
run: bundle exec rake rubocop
timeout-minutes: 15