We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9657c5d commit 8760e02Copy full SHA for 8760e02
action.yml
@@ -1,5 +1,8 @@
1
name: 'Go Test Action'
2
description: 'Run `go test` with rich summary output and annotations.'
3
+branding:
4
+ icon: 'check-circle'
5
+ color: 'green'
6
inputs:
7
moduleDirectory:
8
description: 'Directory of go module to test'
0 commit comments