Skip to content

Commit 16e23a8

Browse files
committed
Add taskfile.dev
Refs pkgxdev/pkgx#1066
1 parent 759f9a2 commit 16e23a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sniff.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ export default async function (dir: Path) {
113113
case "Justfile":
114114
pkgs.push({ project: "just.systems", constraint });
115115
break;
116+
case "Taskfile.yml":
117+
pkgs.push({ project: "taskfile.dev", constraint });
118+
break;
116119
}
117120
} else if (isDirectory) {
118121
switch (name) {

0 commit comments

Comments
 (0)