From 78f6f2aa3b1e33c93cfd97263d55a07ff79450fb Mon Sep 17 00:00:00 2001 From: FLimburg <152200194+FLimburg@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:25:40 +0100 Subject: [PATCH] Create .gitpod.yml --- .gitpod.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..408249d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: go get && go build ./... && go test ./... && make + command: go run .