From 385df6e1bd841d4fdce9123c9b5848152b2d9918 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Thu, 21 Mar 2024 18:49:24 +0800 Subject: [PATCH] Update action.yml Signed-off-by: Xinwei Xiong <3293172751NSS@gmail.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 01aa68d..0143fa9 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ # you may not use this file except in compliance with the License. name: 'Go Code Typecheck' -description: 'Typecheck is a robust cross-platform tool for Go code type checking, leveraging built-in parsing and type-check libraries (go/parser and go/types) for efficient analysis.' +description: 'Efficient Go code type checking tool using native parsing and type-check libraries (`go/parser` and `go/types`).' inputs: go-version: description: 'The version of Go to use for running the detector.'