more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 05:01:47 -07:00
parent ccf12a3680
commit b3a303accb

View File

@ -11,8 +11,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Setup - name: Setup
run: | run: |
sudo apt-get install python3-setuptools sudo apt install pylint3
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,