Skip to content

Update Minor Packages #358

Update Minor Packages

Update Minor Packages #358

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