Skip to content

Commit

Permalink
Added new Task.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyroslav committed Apr 14, 2024
1 parent 8f0f2ea commit 29cbd28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ tasks:
fumpt:
desc: Gofumpt project files
cmds:
- find . -name '*.go' -type f -exec gofumpt -w {} +
- find . -name '*.go' -type f -exec gofumpt -w {} +
clean:
desc: Clean up
cmds:
- go mod tidy
- task: fumpt

0 comments on commit 29cbd28

Please sign in to comment.