We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 84a3854 commit 0a0c128Copy full SHA for 0a0c128
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