Skip to content

feat: add attachments attribute in sendmail (#30) #89

feat: add attachments attribute in sendmail (#30)

feat: add attachments attribute in sendmail (#30) #89

Workflow file for this run

name: Run linter & Tests
on:
[push, workflow_call]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run validate