Skip to content

Commit

Permalink
format with reload
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantoro committed Aug 21, 2022
1 parent 7a68711 commit ebbb9b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dev-tools/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ tasks:
# - pkill -f "../build/hello" || true
- pkill -f "/Users/gsantoro/workspace/personal/go-sample-app/build/hello" || true
- echo "Removing old binary"
- rm -rf ../build/hello || true
- rm -rf ../build/* || true
- echo "Building and restarting a new serber instance"
- task: lint
- task: build
- task: fmt
# - task: build

install-linter:
cmds:
Expand All @@ -108,6 +109,10 @@ tasks:
lint:
cmds:
- golangci-lint run --fast ../...

fmt:
cmds:
- gofmt -l -w ..

k8s-cluster:
cmds:
Expand Down

0 comments on commit ebbb9b3

Please sign in to comment.