mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore(ci): Fix codegen verify
This commit is contained in:
parent
7a2a5042a1
commit
a6ad5c0a0b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codegen.yml
vendored
1
.github/workflows/codegen.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
toolchain: 1.53.0 # MSRV
|
toolchain: 1.53.0 # MSRV
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
components: rustfmt
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- name: Verify typos-dict
|
- name: Verify typos-dict
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue