Commit Graph

8 Commits

Author SHA1 Message Date
38f11788a0
feat(healthcheck): log error on .gitignore error
Some checks failed
submodules sync / sync (push) Successful in 50s
build / build (push) Failing after 39s
build / trigger-build-image (push) Has been skipped
2024-11-27 03:59:10 -05:00
9a57b701fd
fix(healthcheck): tmp fix for ignoring stdout & stderr file again
All checks were successful
build / build (push) Successful in 1m5s
build / trigger-build-image (push) Successful in 7s
2024-10-18 03:19:41 -04:00
db2f2e859b
fix(healthcheck): tmp fix for ignoring stdout & stderr file
All checks were successful
build / build (push) Successful in 1m6s
build / trigger-build-image (push) Successful in 7s
2024-10-18 03:06:12 -04:00
b75a756998 feat(healthcheck): forbidden check guided by .gitignore file (#58) (#60)
Some checks failed
build / build (push) Failing after 19s
build / trigger-build-image (push) Has been skipped
Co-authored-by: Hydraallen <wangruiallen@gmail.com>
Co-authored-by: zzjc1234 <2359047351@qq.com>
Reviewed-on: #60
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-18 14:41:09 +08:00
1ab6fa4583 fix(healthcheck): remove unused args (#59)
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 9s
Reviewed-on: #59
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-14 22:44:30 +08:00
7b3edb2361
revert: "style: unify error msg"
This reverts commit 6c8332af29.
2024-09-30 00:49:06 -04:00
6c8332af29
style: unify error msg
Some checks failed
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Failing after 1m17s
2024-09-29 18:22:18 -04:00
5a860f1203 feat: repo health check (#16) (#17)
- repo size
- forbidden files
- meta files
- ascii character in files
- integrity check
- ascii character in the commit message
- release tag check

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-authored-by: zzjc1234 <2359047351@qq.com>
Co-authored-by: Hydraallen <wangruiallen@gmail.com>
Reviewed-on: FOCS-dev/JOJ3#17
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-09-11 20:09:27 +08:00