mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
more CI testing
This commit is contained in:
parent
2606694789
commit
d2815c7f82
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -14,8 +14,9 @@ jobs:
|
|||||||
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
|
sudo apt-get -y install python3.7 python3.7-dev python3-pip
|
||||||
|
pip3 install pylint
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
echo Add other actions to build,
|
echo Add other actions to build,
|
||||||
which python3
|
python3 --version
|
||||||
echo test, and deploy your project.
|
echo test, and deploy your project.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user