From e3b7e3c63cb6bf8cbcd1f4a22cd5d9d2a6a69953 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 16 Mar 2022 16:22:14 +0200 Subject: [PATCH] Add sync-readme check to CI. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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