File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11---
22name : Build Anki deck
3- on : push
3+ on : [ push, pull_request]
44jobs :
55 build-anki-deck :
66 name : Build Anki deck
Original file line number Diff line number Diff line change 11---
22name : Style
3- on : push
3+ on : [ push, pull_request]
44jobs :
55 pylint :
66 name : pylint
3131 - name : Install black
3232 run : pip install black
3333 - name : Run black
34- run : black --diff .
34+ run : black --check .
3535 isort :
3636 name : isort
3737 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11---
22name : Tests
3- on : push
3+ on : [ push, pull_request]
44jobs :
55 pytest :
66 name : pytest
Original file line number Diff line number Diff line change 11---
22name : Typing
3- on : push
3+ on : [ push, pull_request]
44jobs :
55 mypy :
66 name : mypy
Original file line number Diff line number Diff line change 11pytest
2+ pytest-asyncio
You can’t perform that action at this time.
0 commit comments