dont fail CI on rdme warnings

This commit is contained in:
MaxOhn
2024-03-03 10:52:49 +01:00
parent 5fb393a109
commit f1f9513bf3
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Check if README is up to date
run: |
cargo install cargo-rdme
cargo rdme --check
cargo rdme --check --no-fail-on-warnings
tests:
name: Tests