Add sync-readme check to CI.
This commit is contained in:
parent
d321fa9363
commit
e9ebb211e0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -33,6 +33,12 @@ jobs:
|
||||
command: clippy
|
||||
args: --all-features --tests --benches
|
||||
components: clippy
|
||||
- toolchain: stable
|
||||
command:
|
||||
name: Sync readme
|
||||
command: sync-readme
|
||||
args: --check
|
||||
components: cargo-sync-readme
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user