Add sync-readme check to CI.

This commit is contained in:
Sebastian Schmidt 2022-03-16 16:22:14 +02:00 committed by Ophir LOJKINE
parent c86dbcd74c
commit e3b7e3c63c

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