From a859cee1eb4231f6a651bcf6ae7512d369cb3e38 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Oct 2019 07:47:10 -0600 Subject: [PATCH] chore(CI): Fix code-gen verification --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 934c881..5707d43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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