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