File tree Expand file tree Collapse file tree
.github/workflows/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ for file in $(find . -type f); do
3434 lineNumber=$( echo $fixme | cut -d " :" -f 1)
3535 lineContent=$( echo $fixme | cut -d " :" -f 2-)
3636 comment=" $comment
37- - [ ] [$file ](https://github.com/stdlib-js/stdlib/blob/develop/$file #L$lineNumber ): $lineContent "
37+ - [$file ](https://github.com/stdlib-js/stdlib/blob/develop/$file #L$lineNumber ): $lineContent "
3838 fi
3939done
4040
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ for file in $(find . -type f); do
3434 lineNumber=$( echo $todo | cut -d " :" -f 1)
3535 lineContent=$( echo $todo | cut -d " :" -f 2-)
3636 comment=" $comment
37- - [ ] [$file ](https://github.com/stdlib-js/stdlib/blob/develop/$file #L$lineNumber ): $lineContent "
37+ - [$file ](https://github.com/stdlib-js/stdlib/blob/develop/$file #L$lineNumber ): $lineContent "
3838 fi
3939done
4040
You can’t perform that action at this time.
0 commit comments