Skip to content

Bump actionmailer from 7.1.3.4 to 7.1.4.1 (#34) #139

Bump actionmailer from 7.1.3.4 to 7.1.4.1 (#34)

Bump actionmailer from 7.1.3.4 to 7.1.4.1 (#34) #139

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Run Linter
run: bundle exec rubocop --parallel