From a86de6f70e0ab5280e2a86da2bf9bf1f87953a00 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Thu, 21 Mar 2024 18:48:20 +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 d1d3e27..01aa68d 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 tool designed for cross-platform source code type checking across all Go build platforms. This utility leverages Go’s built-in parsing and type-check libraries (`go/parser` and `go/types`) to deliver efficient and reliable code analysis.' +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.' inputs: go-version: description: 'The version of Go to use for running the detector.'