check readme in CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user