Skip to content

hotfix: remove second 'e' from 'purelymail.com' #321

hotfix: remove second 'e' from 'purelymail.com'

hotfix: remove second 'e' from 'purelymail.com' #321

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