ci: add clang-tidy step to alpine build

This commit is contained in:
Simon Zeni 2026-03-09 11:10:09 -04:00
parent 2485e3bceb
commit 61e016137f

View file

@ -20,6 +20,7 @@ packages:
- xwayland-dev
- libseat-dev
- hwdata-dev
- clang-extra-tools
# for docs
- go
- zip
@ -55,3 +56,6 @@ tasks:
-o public \
"$include_dir/wlr/"
zip -r ~/public.zip public/
- clang-tidy: |
cd wlroots
ninja -C build clang-tidy