From 40b305900f593e2cea0ba9a72e52f7a04c55cc56 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Mon, 25 Mar 2024 11:24:54 +0800 Subject: [PATCH] feat: add actions go typecheck tools --- .github/workflows/openimci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index d10033a1c..5aeddd09a 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Setup uses: actions/checkout@v4 - + - name: Set up Go ${{ matrix.go_version }} uses: actions/setup-go@v5 with: @@ -70,6 +70,9 @@ jobs: version: '3.x' # If available, use the latest major version that's compatible repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Code Typecheck Detector + uses: kubecub/typecheck@main + - name: Module Operations run: | sudo make tidy