mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
ci: run checkpatch.pl on all .c and .h files
This commit is contained in:
parent
74fb769758
commit
dca21fd087
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -136,3 +136,10 @@ jobs:
|
|||
meson build-clang-no-xwayland -Dxwayland=disabled --werror
|
||||
meson compile -C build-clang-no-xwayland
|
||||
' | $TARGET
|
||||
|
||||
- name: Run coding style checks
|
||||
run: |
|
||||
echo '
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
./scripts/check
|
||||
' | $TARGET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue