Skip to content

Add ability to show cc and bcc recipients if present, and not error on missing To recipient #66

Add ability to show cc and bcc recipients if present, and not error on missing To recipient

Add ability to show cc and bcc recipients if present, and not error on missing To recipient #66

Workflow file for this run

on: pull_request
name: on pull request
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
pull_request_chk:
name: pull request checker
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 18.18
- run: npm ci
- run: CI=1 npm test