.github: add ci action to validate bord list

This commit is contained in:
Peter Barker 2023-03-07 20:33:41 +11:00 committed by Tom Pittenger
parent 8bee03a7b6
commit 0c2fc6165a
1 changed files with 5 additions and 1 deletions

View File

@ -24,11 +24,15 @@ jobs:
config: [
unit-tests,
python-cleanliness,
validate_board_list,
sitl
# examples,
]
exclude:
- config: python-cleanliness
- config: [
python-cleanliness,
validate_board_list
]
toolchain: clang
steps:
# git checkout the PR