Worked on CI
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
testing:
|
||||
script: "make test"
|
||||
script: "python3 -m unittest discover"
|
||||
|
||||
linting:
|
||||
script: "make linting"
|
||||
script: "python3 -m pylint --extension-pkg-whitelist=cv2 shenzhen_solitaire test"
|
||||
|
||||
typing:
|
||||
script: "make typing"
|
||||
script: "python3 -m mypy --strict shenzhen_solitaire test"
|
||||
|
||||
Reference in New Issue
Block a user