Skip to content

Update Minor Packages #350

Update Minor Packages

Update Minor Packages #350

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