Add sync-readme check to CI.

This commit is contained in:
Sebastian Schmidt 2022-03-16 16:22:14 +02:00
parent d321fa9363
commit e9ebb211e0

View File

@ -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