mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Update md link checker (#7709)
* CI: ignore %20 for md link checker * CI: update to a new action release that fixes %20 issue
This commit is contained in:
+1
-7
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^https://crates.io"
|
||||
}
|
||||
],
|
||||
"replacementPatterns": [
|
||||
{
|
||||
"pattern": "%20",
|
||||
"replacement": " "
|
||||
"pattern": "^https://crates.io",
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user