Skip to content

Allow sending emails with just text or just html bodies. Fixes #14 (#15) #15

Allow sending emails with just text or just html bodies. Fixes #14 (#15)

Allow sending emails with just text or just html bodies. Fixes #14 (#15) #15

Workflow file for this run

name: Crystal CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec