Skip to content

Commit

Permalink
chore: 📝 update badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Sep 6, 2024
1 parent 26695f7 commit c5bd22a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# MDOJ

[![wakatime](https://wakatime.com/badge/user/6c7a0447-9414-43ab-a937-9081f3e9fc7d/project/5ca22e8e-119f-4183-a942-bbce042f8705.svg)](https://wakatime.com/badge/user/6c7a0447-9414-43ab-a937-9081f3e9fc7d/project/5ca22e8e-119f-4183-a942-bbce042f8705)
[![master](https://github.com/mdcpp/mdoj/actions/workflows/master.yml/badge.svg)](https://github.com/mdcpp/mdoj/actions/workflows/master.yml)
[![staging](https://github.com/mdcpp/mdoj/actions/workflows/staging.yml/badge.svg)](https://github.com/mdcpp/mdoj/actions/workflows/staging.yml)
[![cargo check](https://github.com/mdcpp/mdoj/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/mdcpp/mdoj/actions/workflows/master.yml)
[![cargo test](https://github.com/mdcpp/mdoj/actions/workflows/staging.yml/badge.svg?branch=staging)](https://github.com/mdcpp/mdoj/actions/workflows/staging.yml)
[![Deploy docs to GitHub Pages](https://github.com/mdcpp/mdoj/actions/workflows/docs.yml/badge.svg?branch=master)](https://github.com/mdcpp/mdoj/actions/workflows/docs.yml)

Performance-oriented contest management system for IOI like contest

Expand Down
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Backend

[![staging-backend-publish](https://github.com/mdcpp/mdoj/actions/workflows/backend.yml/badge.svg?branch=staging)](https://github.com/mdcpp/mdoj/actions/workflows/backend.yml)
[![Publish staging build for backend](https://github.com/mdcpp/mdoj/actions/workflows/backend.yml/badge.svg?branch=staging)](https://github.com/mdcpp/mdoj/actions/workflows/backend.yml)

Backend is an grpc-web service for frontend, both frontend and web client(chrome) can access this service.

Expand Down
2 changes: 1 addition & 1 deletion judger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MDOJ judger

[![staging-judger-publish](https://github.com/mdcpp/mdoj/actions/workflows/judger.yml/badge.svg?branch=staging)](https://github.com/mdcpp/mdoj/actions/workflows/judger.yml)
[![Publish staging build for judger](https://github.com/mdcpp/mdoj/actions/workflows/judger.yml/badge.svg?branch=staging)](https://github.com/mdcpp/mdoj/actions/workflows/judger.yml)

From high level, the judger is a grpc server that provide `JudgeService`, which is defined in `/proto/judge.proto`.

Expand Down

0 comments on commit c5bd22a

Please sign in to comment.