From 089d64105e7952bffca9e1c14c8cd3ff5e153fa5 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 9 Dec 2021 09:14:38 -0800 Subject: [PATCH] fail build if pylint has issues --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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