.github: run Python cleanliness checks

This commit is contained in:
Peter Barker 2021-02-11 10:52:04 +11:00 committed by Peter Barker
parent 360e2f49b3
commit 0a235cc0d1
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: test unit tests
name: test unit tests and Python cleanliness
on: [push, pull_request, workflow_dispatch]
# paths:
@ -17,7 +17,8 @@ jobs:
clang,
]
config: [
unit-tests
unit-tests,
python-cleanliness
]
steps:
# git checkout the PR