Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong <3293172751NSS@gmail.com>
  • Loading branch information
cubxxw committed Mar 21, 2024
1 parent a86de6f commit 385df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 385df6e

Please sign in to comment.