Skip to content

Commit

Permalink
chore(CI): Fix code-gen verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Oct 25, 2019
1 parent 1c56aa6 commit a859cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a859cee

Please sign in to comment.