Skip to content

Commit 1057138

Browse files
committed
Add a "task dev" command that lints, tests and builds
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent 428701a commit 1057138

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ tasks:
1616
default:
1717
cmd: task --list
1818

19+
dev:
20+
deps: ["lint", "test", "build"]
21+
1922
build:
2023
desc: Build the application binary
2124
cmds:

0 commit comments

Comments
 (0)