Skip to content

Bump ruby/setup-ruby from 1.279.0 to 1.281.0 #171

Bump ruby/setup-ruby from 1.279.0 to 1.281.0

Bump ruby/setup-ruby from 1.279.0 to 1.281.0 #171

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup ruby
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
with:
ruby-version: 3.3.6
bundler-cache: true
- name: Run Lint
run: bundle exec rake rubocop
timeout-minutes: 15