Skip to content

Bump actionmailer from 6.1.7.8 to 6.1.7.9 #130

Bump actionmailer from 6.1.7.8 to 6.1.7.9

Bump actionmailer from 6.1.7.8 to 6.1.7.9 #130

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
- name: Install dependencies
run: bundle install
- name: Rubocop
run: rubocop
- name: Run tests
run: bundle exec rake spec
- name: Brakeman action
uses: artplan1/[email protected]
with:
flags: "--force"