Lint pycoax

This commit is contained in:
Andrew Kay
2021-10-23 17:40:28 -05:00
parent 91b55dab67
commit fa6739d16e

View File

@@ -22,8 +22,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install build pip install pylint build
pip install -r requirements.txt pip install -r requirements.txt
- name: Run linter
run: pylint -E coax
- name: Run unit tests - name: Run unit tests
run: ./run_unit_tests.sh run: ./run_unit_tests.sh
- name: Build packages - name: Build packages