mirror of https://github.com/ArduPilot/ardupilot
.github: run Python cleanliness checks
This commit is contained in:
parent
360e2f49b3
commit
0a235cc0d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue