mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Update CI
This commit is contained in:
parent
1c81594ea9
commit
e42c8f464b
1 changed files with 5 additions and 4 deletions
|
@ -11,10 +11,11 @@ schedules:
|
|||
- master
|
||||
|
||||
stages:
|
||||
- template: default.yml@templates
|
||||
parameters:
|
||||
minrust: 1.36.0
|
||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
||||
- stage: test
|
||||
- template: default.yml@templates
|
||||
parameters:
|
||||
minrust: 1.36.0
|
||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
||||
- stage: codegen
|
||||
displayName: Verify Code-gen
|
||||
dependsOn: []
|
||||
|
|
Loading…
Reference in a new issue