diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4985df3..3acf7de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: which meshtastic meshtastic --version - name: Run pylint - run: pylint --exit-zero meshtastic + run: pylint meshtastic - name: Run tests with pytest run: pytest --cov=meshtastic