more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 04:55:41 -07:00
parent b4bc717f1c
commit 81d3f40e5a

View File

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Setup
run: pip3 install pylint
- name: Run a multi-line script
run: |
echo Add other actions to build,
which pip3
pylint --version
echo test, and deploy your project.