diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2caa341..6c29ca8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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