feat(ci): Introduce new CI workflows for Gitea and remove GitLab CI
This commit is contained in:
@@ -36,7 +36,7 @@ export class Smartfm {
|
||||
parseFromComments(commentStart: string, stringToParse: string) {
|
||||
const diffFunc = (diffMe, diffBy) => diffMe.split(diffBy).join('');
|
||||
let lines = stringToParse.split('\n');
|
||||
lines = lines.map(line => {
|
||||
lines = lines.map((line) => {
|
||||
return diffFunc(line, commentStart);
|
||||
});
|
||||
const cleanedString = lines.join('\n');
|
||||
|
||||
Reference in New Issue
Block a user