(name, sourcePath, ref, pinned string)
| 513 | } |
| 514 | |
| 515 | func remoteSkillFrontmatter(name, sourcePath, ref, pinned string) string { |
| 516 | return remoteSkillFrontmatterForRepo(name, "https://github.com/monalisa/skills-repo", sourcePath, ref, pinned) |
| 517 | } |
| 518 | |
| 519 | func remoteSkillFrontmatterForRepo(name, repoURL, sourcePath, ref, pinned string) string { |
| 520 | pinnedLine := "" |
no test coverage detected