feat: add actions go typecheck tools

pull/2140/head
Xinwei Xiong (cubxxw) 2 years ago
parent b2ca2bae85
commit 40b305900f

@ -70,6 +70,9 @@ jobs:
version: '3.x' # If available, use the latest major version that's compatible version: '3.x' # If available, use the latest major version that's compatible
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Code Typecheck Detector
uses: kubecub/typecheck@main
- name: Module Operations - name: Module Operations
run: | run: |
sudo make tidy sudo make tidy

Loading…
Cancel
Save