Skip to content

Bump actionmailer from 7.1.3.4 to 7.1.4.1 #3330

Bump actionmailer from 7.1.3.4 to 7.1.4.1

Bump actionmailer from 7.1.3.4 to 7.1.4.1 #3330

Workflow file for this run

name: RuboCop
on: [pull_request]
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop