Skip to content

Commit

Permalink
ci(doc consistency): check that lib.rs and README.md are consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahor committed Mar 4, 2024
1 parent 22b29ee commit a085c16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
toolchain: stable
components: rustfmt
- name: Check doc consistency
shell: bash
run: |
cargo install cargo-readme
diff -q README.md <(cargo readme)
- name: rustfmt
run: cargo fmt --all -- --check
- name: docs
Expand Down

0 comments on commit a085c16

Please sign in to comment.