Skip to content

Commit e41747c

Browse files
committed
style: fix cicd actions openimci
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
1 parent 73c2c44 commit e41747c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/openimci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,11 @@ jobs:
9090
echo "Run unit test and get test coverage successfully"
9191
continue-on-error: true
9292

93-
- name: Initialize CodeQL
94-
uses: github/codeql-action/init@v2
95-
with:
96-
languages: go
97-
9893
- name: Build source code for host platform
9994
run: |
10095
sudo make build
10196
echo "Build source code for host platform successfully"
10297
103-
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v2
105-
10698
- name: OpenIM verify copyright
10799
run: |
108100
sudo make verify-copyright

0 commit comments

Comments
 (0)