more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 04:58:10 -07:00
parent 81d3f40e5a
commit ccf12a3680

View File

@ -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,