Skip to content

Commit 98161fe

Browse files
committed
Do not pytest & Create status badge
1 parent f264252 commit 98161fe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pythonapp.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ jobs:
3131
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3232
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3333
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34-
- name: Test with pytest
35-
run: |
36-
pip install pytest
37-
pytest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# BOJ source saver
22

3+
![Python application](https://github.com/joonas-yoon/boj-source-saver/workflows/Python%20application/badge.svg)
4+
35
Save your ACCEPTED codes on [BOJ](https://www.acmicpc.net)
46

57
## Requirements

0 commit comments

Comments
 (0)