From 2f9839743b548540fb598aef5774cb5ac39cf888 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Thu, 21 Mar 2024 18:47:19 +0800 Subject: [PATCH] Update action.yml Signed-off-by: Xinwei Xiong <3293172751NSS@gmail.com> --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 1e77d92..d1d3e27 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,8 @@ # Licensed under the MIT License (the "License"); # you may not use this file except in compliance with the License. -name: 'Code Language Detector' -description: 'Detects specified languages in comments within code files.' +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.' inputs: go-version: description: 'The version of Go to use for running the detector.' @@ -32,10 +32,10 @@ runs: run: go install github.com/kubecub/typecheck@${{ inputs.detector-version }} shell: bash - - name: Run Comment Language Detector + - name: Run typecheck run: typecheck shell: bash branding: icon: 'search' - color: 'blue' \ No newline at end of file + color: 'blue'