Comparing go-task:main...aminya:main · go-task/task
Commits on May 3, 2024
-
feat: check and cache the task definition, variables, status
This adds a new checker for Task definitions, status, and any other variable that affect a task. The implementation hashes the task structure and writes it to `.task/definition`. In later runs, this is checked to make sure the definition is up-to-date. If the definition has changed (e.g. one of the variables has changed), the task will run again. Fixes #548 Fixes #455