mirror of
https://github.com/go-task/task.git
synced 2025-12-24 23:49:24 +01:00
11 lines
124 B
YAML
11 lines
124 B
YAML
# https://taskfile.dev
|
|
|
|
version: '3'
|
|
|
|
tasks:
|
|
default:
|
|
sources:
|
|
- "src/*"
|
|
cmds:
|
|
- echo "Task running!"
|