Skip to content

Commit 9788f34

Browse files
author
Ed Page
committed
chore(ci): Clarify step names
1 parent 99318d8 commit 9788f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ stages:
189189
displayName: Verify typos-dict
190190
- script: |
191191
cargo run --package typos-vars-codegen -- --output crates/typos-vars/src/vars_codegen.rs --check
192-
displayName: Verify typos-dict
192+
displayName: Verify typos-vars
193193
- script: |
194194
cargo run --package typos-dict-verify -- --input crates/typos-dict/assets/words.csv --output crates/typos-dict/assets/words.csv --check
195-
displayName: Verify typos-dict
195+
displayName: Verify typos-dict-verify
196196
- script: |
197197
cargo run --package codespell-codegen -- --output crates/codespell-dict/src/dict_codegen.rs --check
198198
displayName: Verify codespell-dict

0 commit comments

Comments
 (0)