Skip to content

Commit

Permalink
Update chatci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Mar 22, 2024
1 parent 16075bc commit 45c98fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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 All @@ -74,9 +77,6 @@ jobs:
run: |
make generate
- name: Code Typecheck Detector
uses: kubecub/typecheck@main

- name: Run unit test and get test coverage
run: |
make cover
Expand Down

0 comments on commit 45c98fd

Please sign in to comment.