Update Minor Packages #358
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |