mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
more CI testing
This commit is contained in:
parent
27b1fc4548
commit
04bc209e48
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -9,20 +9,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Setup
|
- name: Set up tools
|
||||||
run: |
|
run: |
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
||||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||||
sudo pip3 install pylint mypy typing-extensions
|
sudo pip3 install pylint mypy typing-extensions
|
||||||
- name: Run a multi-line script
|
- name: Run checks
|
||||||
run: |
|
run: make checkfull
|
||||||
echo Add other actions to build,
|
|
||||||
python3 --version
|
|
||||||
which pylint || echo damn1
|
|
||||||
which mypy || echo damn2
|
|
||||||
cat `which mypy`
|
|
||||||
pylint --version
|
|
||||||
mypy --version
|
|
||||||
tools/snippets || echo bad
|
|
||||||
echo test, and deploy your project.
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user