diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90664f..8966397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: components: rustfmt - name: Cache uses: Swatinem/rust-cache@v2 + - name: Check function count badge + run: python3 docs/generate_count_badge.py --check - name: Check formatting run: cargo fmt --check # - name: Check if the README is up to date. diff --git a/README.md b/README.md index ebf43ea..4d20418 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@