patterns/.github/workflows/url-check-config.json
simonsan 12f6f988d4
chore: reformat repository with dprint (#370)
* chore: reformat repository with dprint
* ci: change action name to reflect that it's not only markdown
* fix: broken link
2023-08-18 20:08:03 +02:00

8 lines
106 B
JSON

{
"ignorePatterns": [
{
"pattern": "^(http|https)://crates.io/"
}
]
}