mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 05:53:15 +08:00
more CI testing
This commit is contained in:
parent
b4bc717f1c
commit
81d3f40e5a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run a one-line script
|
- name: Setup
|
||||||
run: echo Hello, world!
|
run: 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 pip3
|
pylint --version
|
||||||
echo test, and deploy your project.
|
echo test, and deploy your project.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user