Skip to content

Commit

Permalink
feat: add go typecheck actions (#477)
Browse files Browse the repository at this point in the history
* Update chatci.yml

* Update chatci.yml
  • Loading branch information
cubxxw authored Mar 22, 2024
1 parent 9f84bbf commit 0d3afa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chatci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Code Typecheck Detector
uses: kubecub/typecheck@main

- name: Run go modules tidy
run: |
Expand Down

0 comments on commit 0d3afa4

Please sign in to comment.