mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-25 08:54:19 +08:00
Add a script and CI action for tests/allheaders.h
Check that all headers are either #included or mentioned in tests/allheaders.h.
This commit is contained in:
committed by
Vadim Zeitlin
parent
01ecc95cea
commit
f88a0a933d
@@ -101,3 +101,15 @@ jobs:
|
||||
echo "::error ::Please use C++11 equivalents of the deprecated macros in the new code."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
check-allheaders:
|
||||
runs-on: ubuntu-20.04
|
||||
name: Check All Headers In allheaders.h
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check that all headers are listed in tests/allheaders.h
|
||||
run: |
|
||||
./misc/scripts/check_allheaders.sh
|
||||
|
||||
Reference in New Issue
Block a user