Skip to content

Merge emailDeliveryFailurePage translations #17184

Merge emailDeliveryFailurePage translations

Merge emailDeliveryFailurePage translations #17184

Workflow file for this run

name: 🧙 Check spell
on:
pull_request:
types: [opened, synchronize]
branches: [main]
jobs:
spellcheck:
runs-on: ubuntu-latest
name: 🔍 spellcheck
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*"
root: "."
config: "./cspell.json"
inline: error
strict: true
use_cspell_files: false
incremental_files_only: true