rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.95k stars 362 forks source link

Create url-check.yml #150

Closed MarcoIeni closed 3 years ago

MarcoIeni commented 3 years ago

Attempt to fix #126

MarcoIeni commented 3 years ago

I expected this to run. I will try this in my fork.

simonsan commented 3 years ago

Nice! Why is crates.io returning 404 for pages that exist though 🤔

simonsan commented 3 years ago

👍🏽

MarcoIeni commented 3 years ago

I think we can do better. On PR and push we check for modified files. Periodically we check all files. Do you agree? I can work on this.

simonsan commented 3 years ago

I think we can do better. On PR and push we check for modified files. Periodically we check all files.

Sounds good