mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-01 04:03:17 +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:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup
|
||||
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
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
python3 -m pylint --version
|
||||
echo test, and deploy your project.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user