mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -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:
|
parameters:
|
||||||
minrust: 1.36.0
|
minrust: 1.36.0
|
||||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
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
|
- stage: committed
|
||||||
displayName: Lint History
|
displayName: Lint History
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
|
Loading…
Reference in a new issue