Skip to content

feat: change aws send test option with more customizable one for all providers (ses included) #110

feat: change aws send test option with more customizable one for all providers (ses included)

feat: change aws send test option with more customizable one for all providers (ses included) #110

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