Skip to content

fix: Use MailDev as SMTP test server instead #10

fix: Use MailDev as SMTP test server instead

fix: Use MailDev as SMTP test server instead #10

Workflow file for this run

name: Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build