install before lint
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -59,9 +59,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install -U pylint
|
python -m pip install -U pylint
|
||||||
|
|
||||||
|
- name: Install
|
||||||
|
run: |
|
||||||
|
python -m pip install .
|
||||||
|
|
||||||
- name: Run Lint
|
- name: Run Lint
|
||||||
run: |
|
run: |
|
||||||
pylint --rcfile tests/pylint.rc src/peakrdl
|
pylint --rcfile tests/pylint.rc peakrdl
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
mypy:
|
mypy:
|
||||||
|
|||||||
Reference in New Issue
Block a user