From d9c4c137e1bbff48328900fceb556fa13cff2b80 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 11 May 2022 17:34:49 -0400 Subject: test workflow invoking `devcontainer-cli features-test...` (#7) * test go * paths * need a dot * rename --- collection/go/test.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 collection/go/test.sh (limited to 'collection') diff --git a/collection/go/test.sh b/collection/go/test.sh new file mode 100644 index 0000000..a2c26b6 --- /dev/null +++ b/collection/go/test.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +go version + +echo 'Done!' \ No newline at end of file -- cgit v1.2.3