Skip to content

Commit

Permalink
chore(ci): Clarify step names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed May 16, 2021
1 parent 99318d8 commit 9788f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit 9788f34

Please sign in to comment.