mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 17:33:13 +08:00
more CI testing
This commit is contained in:
parent
c36d5f9a21
commit
03cece8f28
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -16,5 +16,7 @@ jobs:
|
||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||
sudo pip3 install pylint mypy typing-extensions
|
||||
- name: Run checks
|
||||
run: make checkfull
|
||||
run: |
|
||||
python3.7 -m pylint --version
|
||||
python3.7 -m mypy --version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user