Skip to content

Commit

Permalink
feat: release version
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 22, 2024
1 parent 4d30d47 commit d200c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Code Language Detector
uses: kubecub/typecheck@main
- name: Code Typecheck Detector
uses: kubecub/typecheck@main
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
go install github.com/kubecub/typecheck@latest
- name: Run typecheck Detector
run: typecheck
run: typecheck

0 comments on commit d200c12

Please sign in to comment.