1
0
mirror of https://github.com/go-task/task.git synced 2025-12-24 00:21:41 +02:00
Files
task/taskfile
Valentin Maerten bb90822ee0 fix(taskfile): resolve directory paths in remote git includes
When a remote Taskfile includes another Taskfile using a directory path
(e.g., `taskfile: ./website`), use fsext.SearchPath to properly resolve
it by searching for Taskfile.yml inside the directory.

This also simplifies the logic by delegating all path resolution to
SearchPath, which handles both file and directory paths.
2025-12-23 20:03:27 +01:00
..
2025-05-24 14:00:02 +01:00
2025-09-21 16:09:51 -03:00