Disabled CI
This commit is contained in:
8
.gitlab-ci.yml.ignore
Normal file
8
.gitlab-ci.yml.ignore
Normal file
@@ -0,0 +1,8 @@
|
||||
testing:
|
||||
script: "python3 -m unittest discover"
|
||||
|
||||
linting:
|
||||
script: "python3 -m pylint --extension-pkg-whitelist=cv2 shenzhen_solitaire test"
|
||||
|
||||
typing:
|
||||
script: "python3 -m mypy --strict shenzhen_solitaire test"
|
||||
Reference in New Issue
Block a user