Skip to content

Commit

Permalink
add cspell to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Mar 16, 2023
1 parent 310a834 commit 2f1a5d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 347,11 @@ jobs:
with:
path: compiler/parser/python.rs
key: lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
- name: spell checker
uses: streetsidesoftware/cspell-action@v2
with:
files: '**/*.rs'
incremental_files_only: true
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
Expand Down

0 comments on commit 2f1a5d0

Please sign in to comment.