mirror of
https://github.com/lowobservable/coax.git
synced 2026-05-02 06:26:15 +00:00
Lint pycoax
This commit is contained in:
4
.github/workflows/pycoax_build.yml
vendored
4
.github/workflows/pycoax_build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user