We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759f9a2 commit 16e23a8Copy full SHA for 16e23a8
src/sniff.ts
@@ -113,6 +113,9 @@ export default async function (dir: Path) {
113
case "Justfile":
114
pkgs.push({ project: "just.systems", constraint });
115
break;
116
+ case "Taskfile.yml":
117
+ pkgs.push({ project: "taskfile.dev", constraint });
118
+ break;
119
}
120
} else if (isDirectory) {
121
switch (name) {
0 commit comments