Skip to content

[ruby] Update Ruby 3.3.1 → 3.3.4 #198

[ruby] Update Ruby 3.3.1 → 3.3.4

[ruby] Update Ruby 3.3.1 → 3.3.4 #198

Workflow file for this run

name: "Linters"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
- name: Run brakeman
run: bundle exec brakeman