diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fed41e7..7a42acd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: + with: + incremental_files_only: false + verbose: true + test: name: Build/Test runs-on: ${{ matrix.os }}