Skip to content

Commit

Permalink
run linter as part of prerelease tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 22, 2024
1 parent f96be67 commit 04597a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/prerelease-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ set -e

# You may consider running: "pytest -m smoke1" instead of this test.

echo "Linting"

poetry run pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"

echo "Running (crude) prerelease tests to verify sanity"

# Use the python environment created by poetry
Expand Down

0 comments on commit 04597a1

Please sign in to comment.