You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
maint/CI ~ add 'Style/spellcheck'
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user