Skip to content

Add github actions to verify emails have been compiled #1

Add github actions to verify emails have been compiled

Add github actions to verify emails have been compiled #1

name: Test Email Templates
on:
push:
jobs:
test-templates-compiled:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Compile emails
run: ./scripts/compile-emails.sh
- name: Verify no uncompiled changes
run: git diff --quiet && git diff --cached --quiet