Skip to content

Allow sending emails with just text or just html bodies. #11

Allow sending emails with just text or just html bodies.

Allow sending emails with just text or just html bodies. #11

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