Skip to content

Commit

Permalink
Merge pull request #250 from epage/ci
Browse files Browse the repository at this point in the history
chore(ci): Clarify step names
  • Loading branch information
epage committed May 16, 2021
2 parents 99318d8 + 9788f34 commit fa7ce95
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 fa7ce95

Please sign in to comment.