ci(build): disable lint due to poor connection to github
Some checks failed
submodules sync / sync (push) Successful in 33s
build / build (push) Failing after 30s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
张泊明518370910136 2024-11-28 13:43:45 -05:00
parent 84f28f13dc
commit 9ac80d7f3d
GPG Key ID: D47306D7062CDA9D

View File

@ -22,11 +22,8 @@ jobs:
chmod 600 ~/.ssh/id_ed25519.pub
ssh-keyscan -p 2222 focs.ji.sjtu.edu.cn >> ~/.ssh/known_hosts
ssh -T git@focs.ji.sjtu.edu.cn -p 2222
# - name: Setup Joint-Teapot
# run: |
# pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot
- name: Lint
run: make lint
# - name: Lint
# run: make lint
- name: Build
run: make build
- name: Version