Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions .drone.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/CODEOWNERS

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/continuous-integration-workflow.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
stages:
- test

test:
stage: test
image: python:3.8-buster
script:
- pip install --upgrade pip
- pip install -r requirements/dev.txt
- yapf . -r
- pytest
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# Back-End

## API Reference

https://normal-oj.github.io/Back-End
# Normal OJ Backend