mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(CI): Fix code-gen verification
This commit is contained in:
parent
1c56aa6883
commit
a859cee1eb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stages:
|
|||
steps:
|
||||
- template: azure/install-rust.yml@templates
|
||||
- script: |
|
||||
cargo run --package typos-codegen -- --output typos-dict/src/dict_codegen.rs --check
|
||||
cargo run --package typos-codegen -- --input typos-dict/assets/words.csv --output typos-dict/src/dict_codegen.rs --check
|
||||
displayName: Verify Code-gen
|
||||
- stage: committed
|
||||
displayName: Lint History
|
||||
|
|
Loading…
Reference in a new issue