Skip to content

Commit

Permalink
ci: exclude proptest files when running spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkarw committed Dec 5, 2023
1 parent f49ce22 commit f607f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo install typos-cli || true
- run: typos
- run: typos --exclude /registry/tests/proptest-regressions/

0 comments on commit f607f69

Please sign in to comment.