mirror of
https://github.com/lowobservable/coax.git
synced 2026-01-12 00:43:00 +00:00
Lint pycoax
This commit is contained in:
parent
91b55dab67
commit
fa6739d16e
4
.github/workflows/pycoax_build.yml
vendored
4
.github/workflows/pycoax_build.yml
vendored
@ -22,8 +22,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install build
|
||||
pip install pylint build
|
||||
pip install -r requirements.txt
|
||||
- name: Run linter
|
||||
run: pylint -E coax
|
||||
- name: Run unit tests
|
||||
run: ./run_unit_tests.sh
|
||||
- name: Build packages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user