mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
more CI testing
This commit is contained in:
parent
35a0565c74
commit
a553e5018d
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -5,15 +5,16 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
sudo apt install pylint3
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
||||||
|
sudo apt-get -y install python3.7 python3.7-dev python3-pip
|
||||||
- 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,
|
||||||
python3 -m pylint --version
|
|
||||||
echo test, and deploy your project.
|
echo test, and deploy your project.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user