Skip to content

fix: Remove max_smtp_rcpt_to, strict_tls from valid top-level keys an… #337

fix: Remove max_smtp_rcpt_to, strict_tls from valid top-level keys an…

fix: Remove max_smtp_rcpt_to, strict_tls from valid top-level keys an… #337

Workflow file for this run

name: validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install and test
run: |
cd validation
npm ci
npm run test
env:
CI: true