Skip to content

Commit

Permalink
feat(SPV-851) fix Taskfile linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yarex-4chain committed Jun 14, 2024
1 parent 2580745 commit c9dd6a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: '3'
---
version: "3"

tasks:
admin_add_user:
Expand All @@ -18,7 +19,7 @@ tasks:
cmds:
- echo "running create_transaction..."
- go run ./create_transaction/create_transaction.go

generate_keys:
desc: "running generate_keys..."
cmds:
Expand Down Expand Up @@ -59,4 +60,4 @@ tasks:
desc: "running xpub_from_xpriv..."
cmds:
- echo "running xpub_from_xpriv..."
- go run ./xpub_from_xpriv/xpub_from_xpriv.go
- go run ./xpub_from_xpriv/xpub_from_xpriv.go

0 comments on commit c9dd6a8

Please sign in to comment.