File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Build Anki deck
3
- on : push
3
+ on : [ push, pull_request]
4
4
jobs :
5
5
build-anki-deck :
6
6
name : Build Anki deck
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Style
3
- on : push
3
+ on : [ push, pull_request]
4
4
jobs :
5
5
pylint :
6
6
name : pylint
31
31
- name : Install black
32
32
run : pip install black
33
33
- name : Run black
34
- run : black --diff .
34
+ run : black --check .
35
35
isort :
36
36
name : isort
37
37
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Tests
3
- on : push
3
+ on : [ push, pull_request]
4
4
jobs :
5
5
pytest :
6
6
name : pytest
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Typing
3
- on : push
3
+ on : [ push, pull_request]
4
4
jobs :
5
5
mypy :
6
6
name : mypy
Original file line number Diff line number Diff line change 1
1
pytest
2
+ pytest-asyncio
You can’t perform that action at this time.
0 commit comments