Skip to content

Adds mail.inline_attachments.text to template #98

Adds mail.inline_attachments.text to template

Adds mail.inline_attachments.text to template #98

Workflow file for this run

---
name: Linting
on: [push, pull_request]
jobs:
build:
name: Run ESLint on user.js
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install -g eslint
- run: eslint user.js