update some ci file (#2200)

* Update openimci.yml

* Update golangci-lint.yml

* Update e2e-test.yml
This commit is contained in:
xuan
2024-04-24 12:09:36 +08:00
committed by GitHub
parent 64f4cd103c
commit 75a3b9199a
3 changed files with 177 additions and 273 deletions
+7 -1
View File
@@ -29,7 +29,13 @@ jobs:
go-version: '1.21'
cache: false
- name: OpenIM Scripts Verification(make verify)
run: sudo make verify
run: |
cd scripts
for script in verify-*; do
if [ -x "$script" ]; then
./"$script"
fi
done
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with: