diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2d81ff..82ebf51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: