mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(CI): Verify code-gen
This commit is contained in:
parent
2d2cbe166a
commit
1c56aa6883
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,18 @@ stages:
|
|||
parameters:
|
||||
minrust: 1.36.0
|
||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
||||
- stage: codegen
|
||||
displayName: Verify Code-gen
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- job: codegen
|
||||
pool:
|
||||
vmImage: 'ubuntu-16.04'
|
||||
steps:
|
||||
- template: azure/install-rust.yml@templates
|
||||
- script: |
|
||||
cargo run --package typos-codegen -- --output typos-dict/src/dict_codegen.rs --check
|
||||
displayName: Verify Code-gen
|
||||
- stage: committed
|
||||
displayName: Lint History
|
||||
dependsOn: []
|
||||
|
|
Loading…
Reference in a new issue