We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb53d3 commit 67db428Copy full SHA for 67db428
Taskfile.yml
@@ -1,6 +1,17 @@
1
version: "3"
2
3
tasks:
4
+
5
+ install:
6
+ desc: Install dependencies for local development
7
+ cmds:
8
+ - go install github.com/githubnemo/CompileDaemon@v1.4.0
9
10
+ run:
11
+ desc: Run the project locally with auto-reload and data race detector
12
13
+ - CompileDaemon -build="go build -race" -command="./arduino-create-agent" -graceful-kill=true
14
15
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
16
general:cache-dep-licenses:
17
desc: Cache dependency license metadata
0 commit comments