Skip to content

Update dependency webpack to v5.94.0 [SECURITY] - autoclosed #361

Update dependency webpack to v5.94.0 [SECURITY] - autoclosed

Update dependency webpack to v5.94.0 [SECURITY] - autoclosed #361

Workflow file for this run

name: spellcheck
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt
uses: streetsidesoftware/cspell-action@v2.11.0
with:
files: "src/docs/**/*.md"
incremental_files_only: true