Skip to content

Commit 187df00

Browse files
committed
Align lychee config: use double quotes
1 parent 59a2375 commit 187df00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/config/lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ include_fragments = true
1111

1212
remap = [
1313
# workaround for https://github.com/lycheeverse/lychee/issues/1729
14-
'https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4',
14+
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
1515
]
1616

1717
exclude = [
18-
'^https://github.com/.*#discussion_r.*$',
18+
"^https://github.com/.*#discussion_r.*$",
1919
]

0 commit comments

Comments
 (0)