From 6c0f4ea03f4c741c5b3972a678b8e5ed7ec10e7c Mon Sep 17 00:00:00 2001 From: ranupthestairs Date: Fri, 22 Jul 2022 17:27:16 +0700 Subject: [PATCH] Update .gitpod.yml (#799) --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 016d89c..a8d81cc 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,4 +4,10 @@ image: ghcr.io/notional-labs/cosmos +tasks: + - name: install tools + command: + go install golang.org/x/tools/cmd/goimports@latest + go install mvdan.cc/gofumpt@latest + sudo make tools