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: |
|
||||
python -m pip install -U pylint
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
python -m pip install .
|
||||
|
||||
- name: Run Lint
|
||||
run: |
|
||||
pylint --rcfile tests/pylint.rc src/peakrdl
|
||||
pylint --rcfile tests/pylint.rc peakrdl
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
mypy:
|
||||
|
||||
Reference in New Issue
Block a user