Skip to content

Commit

Permalink
fix: [#100] Prevent code duplication by using a Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 28, 2024
1 parent e71eb4b commit ce4db6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
version: "3"

tasks:
hello:
silent: true
cmds:
- echo "Hello from the remote Taskfile!"

0 comments on commit ce4db6f

Please sign in to comment.