maint/CI ~ add 'Style/spellcheck'

This commit is contained in:
Roy Ivy III
2023-05-28 22:02:10 -05:00
parent 782b1e01d6
commit 780e2a0b81
+10
View File
@@ -57,6 +57,16 @@ jobs:
src/**/*.md
- run: cargo clippy --all-targets -- -D warnings
style_spellcheck:
name: Style/spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2 ## ref: <https://github.com/streetsidesoftware/cspell-action>
with:
incremental_files_only: false
verbose: true
test:
name: Build/Test
runs-on: ${{ matrix.os }}