ci: install joint-teapot
Some checks failed
build / build (push) Failing after 25s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
张泊明518370910136 2024-10-06 19:46:33 -04:00
parent 8ffa64de4a
commit 89a96874ff
GPG Key ID: D47306D7062CDA9D

View File

@ -34,6 +34,9 @@ jobs:
rm -rf golangci-lint-1.61.0-linux-amd64.tar.gz rm -rf golangci-lint-1.61.0-linux-amd64.tar.gz
mkdir -p /root/go/bin mkdir -p /root/go/bin
mv /tmp/golangci-lint-1.61.0-linux-amd64/golangci-lint /root/go/bin mv /tmp/golangci-lint-1.61.0-linux-amd64/golangci-lint /root/go/bin
- name: Setup Joint-Teapot
run: |
pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages
- name: Lint - name: Lint
run: make lint run: make lint
- name: Build - name: Build