check readme in CI

This commit is contained in:
MaxOhn
2024-02-27 13:14:54 +01:00
parent 428c9b17b1
commit f26015ccc6
+5
View File
@@ -25,6 +25,11 @@ jobs:
- name: Run clippy
run: cargo clippy --all-targets
- name: Check if README is up to date
run: |
cargo install cargo-rdme
cargo rdme --check
tests:
name: Tests
runs-on: ubuntu-latest