Skip to content

feat: add send test email button in email page #107

feat: add send test email button in email page

feat: add send test email button in email page #107

Workflow file for this run

name: Check format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.15.1]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Check prettier
run: npm run prettier:check