Skip to content

Bump actionmailer from 7.2.1 to 7.2.1.1 #259

Bump actionmailer from 7.2.1 to 7.2.1.1

Bump actionmailer from 7.2.1 to 7.2.1.1 #259

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
- name: rubocop
uses: reviewdog/action-rubocop@v2
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile rubocop-minitest:gemfile
reporter: github-pr-review # Default is github-pr-check
reek:
name: runner / reek
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
- name: reek
uses: reviewdog/action-reek@v1
with:
reek_version: gemfile
reporter: github-pr-review # Default is github-pr-check