Skip to content

DEV: Update CI actions, cleanup readme (#20) #14

DEV: Update CI actions, cleanup readme (#20)

DEV: Update CI actions, cleanup readme (#20) #14

Workflow file for this run

name: Email Reply Trimmer Tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: ['3.2', '3.1', '3.0', '2.7', truffleruby-head]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Tests
run: bundle exec rake
- name: Rubocop
run: bundle exec rubocop