Skip to content

Update all non-major dependencies #389

Update all non-major dependencies

Update all non-major dependencies #389

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.14.0
with:
files: "src/docs/**/*.md"
incremental_files_only: true