Skip to content

Fix 141: Email Template #871

Fix 141: Email Template

Fix 141: Email Template #871

Workflow file for this run

name: Test for PR
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm install
- name: "Test"
run: pnpm run test:ci -- --max-warnings 0
- name: "Lint Check"
run: pnpm lint:fix --max-warnings 0
- name: "Upload Coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage