Skip to content

Commit

Permalink
chore(CI): Verify code-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Oct 25, 2019
1 parent 2d2cbe1 commit 1c56aa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 1c56aa6

Please sign in to comment.