Skip to content

Commit

Permalink
Merge pull request #290 from epage/codegen
Browse files Browse the repository at this point in the history
fix(ci): Don't fail codegen checks
  • Loading branch information
epage committed Jun 28, 2021
2 parents e01a34a + 83b2804 commit 8382d3c
Show file tree
Hide file tree
Showing 5 changed files with 6,002 additions and 5,997 deletions.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ schedules:
include:
- master
variables:
minrust: 1.49.0
minrust: 1.53.0
codecov_token: $(CODECOV_TOKEN_SECRET)
windows_vm: vs2017-win2016
mac_vm: macos-10.14
Expand Down Expand Up @@ -184,6 +184,10 @@ stages:
vmImage: ${{ variables.linux_vm }}
steps:
- template: install-rust.yml@templates
parameters:
rust: ${{ variables.minrust }}
components:
- rustfmt
- script: |
cargo run --package typos-dict-codegen -- --output crates/typos-dict/src/dict_codegen.rs --check
displayName: Verify typos-dict
Expand Down

0 comments on commit 8382d3c

Please sign in to comment.