Skip to content

Integrate dummy-payment-app into the monorepo #4076

Integrate dummy-payment-app into the monorepo

Integrate dummy-payment-app into the monorepo #4076

Workflow file for this run

name: "Check spelling"
on:
pull_request:
types: [synchronize, opened]
jobs:
spellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: streetsidesoftware/cspell-action@8485bb4b688c68384c2f6db7ad931f5e3e63f21c # v6.10.1
with:
config: cspell.config.js
files: "**/*.{jsx,tsx,js,ts,md,mdx}"
strict: false