Skip to content

Commit

Permalink
Merge pull request #186 from yosupo06/refactor/problem-info
Browse files Browse the repository at this point in the history
refactor ProblemInfo.tsx
  • Loading branch information
yosupo06 authored Oct 31, 2023
2 parents 1f8bd06 + 587f408 commit e86d105
Show file tree
Hide file tree
Showing 13 changed files with 1,030 additions and 207 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: npm run protoc
env:
PROTO_PATH: ./library-checker-judge/api/proto
- name: Test
run: |
npm run coverage
- name: Prettier
run: |
npm run prettier:check
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/node_modules

/dist
/coverage

/src/proto/*
!/src/proto/.gitkeep
Loading

0 comments on commit e86d105

Please sign in to comment.