Skip to content

Commit

Permalink
feat: add install and run tasks for local development with auto-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 10, 2025
1 parent 2cb53d3 commit 3e36a77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
version: "3"

tasks:

install:
desc: Install dependencies for local development
cmds:
- go install github.com/githubnemo/[email protected]

run:
desc: Run the project locally with auto-reload and data race detector
cmds:
- CompileDaemon -build="go build -race" -command="./arduino-create-agent" -graceful-kill=true

# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
general:cache-dep-licenses:
desc: Cache dependency license metadata
Expand Down

0 comments on commit 3e36a77

Please sign in to comment.