Commit 1399ff4 authored Jul 27, 2022 Verified
1 parent 4d4de54 commit 1399ff4 Copy full SHA for 1399ff4
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ const BADGES = {
14
14
[](http://webchat.freenode.net/?channels=%23ipfs)
15
15
[](https://discord.gg/ipfs)
16
16
[](https://codecov.io/gh/${ repoOwner } /${ repoName } )
17
- [](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
17
+ [](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
18
18
` ,
19
19
multiformats : ( repoOwner , repoName , defaultBranch ) => `
20
20
[](http://multiformats.io)
21
21
[](https://codecov.io/gh/${ repoOwner } /${ repoName } )
22
- [](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
22
+ [](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
23
23
` ,
24
24
default : ( repoOwner , repoName , defaultBranch ) => `
25
25
[](https://codecov.io/gh/${ repoOwner } /${ repoName } )
26
- [](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
26
+ [](https://github.com/${ repoOwner } /${ repoName } /actions/workflows/js-test-and-release.yml)
27
27
`
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments