mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 00:13:27 +08:00
more CI testing
This commit is contained in:
parent
81d3f40e5a
commit
ccf12a3680
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup
|
||||
run: pip3 install pylint
|
||||
run: |
|
||||
sudo apt-get install python3-setuptools
|
||||
pip3 install pylint
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user