Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong <[email protected]>
  • Loading branch information
cubxxw authored Mar 21, 2024
1 parent 8d95df2 commit 2f98397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down Expand Up @@ -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'
color: 'blue'

0 comments on commit 2f98397

Please sign in to comment.