mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore: Update CI
This commit is contained in:
parent
2b4caee0dd
commit
e2978f1bdf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
- template: azure/install-rust.yml@templates
|
- template: install-rust.yml@templates
|
||||||
- script: |
|
- script: |
|
||||||
cargo run --package typos-codegen -- --output dict/typos/src/dict_codegen.rs --check
|
cargo run --package typos-codegen -- --output dict/typos/src/dict_codegen.rs --check
|
||||||
displayName: Verify typos-dict
|
displayName: Verify typos-dict
|
||||||
|
|
Loading…
Reference in a new issue