Skip to content

Update net-smtp 0.4.0 → 0.4.0.1 (minor) #350

Update net-smtp 0.4.0 → 0.4.0.1 (minor)

Update net-smtp 0.4.0 → 0.4.0.1 (minor) #350

Workflow file for this run

name: Rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- run: bundle exec rubocop