From 9788f34c09b6b0f1e913601f95bd83e1904d039f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 15 May 2021 19:03:10 -0500 Subject: [PATCH] chore(ci): Clarify step names --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dfa9da722..922e4a6f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -189,10 +189,10 @@ stages: displayName: Verify typos-dict - script: | cargo run --package typos-vars-codegen -- --output crates/typos-vars/src/vars_codegen.rs --check - displayName: Verify typos-dict + displayName: Verify typos-vars - script: | cargo run --package typos-dict-verify -- --input crates/typos-dict/assets/words.csv --output crates/typos-dict/assets/words.csv --check - displayName: Verify typos-dict + displayName: Verify typos-dict-verify - script: | cargo run --package codespell-codegen -- --output crates/codespell-dict/src/dict_codegen.rs --check displayName: Verify codespell-dict