--- version: '3' # Tasks defined here can be run by running `run local:default` for example if you wanted # to run the task named default. See: https://taskfile.dev/. It is set up like this # so you can also access our set of bundled tasks located in the `~/.local` folder. tasks: default: echo "Default task"