mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +00:00
[client] ci: check --help spelling
This commit is contained in:
parent
909a9a903f
commit
4ee83a2b31
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
libx11-dev libxss-dev libxi-dev libxinerama-dev libxcursor-dev libxpresent-dev \
|
||||
libwayland-dev wayland-protocols libxkbcommon-dev \
|
||||
$([ '${{ matrix.wayland_shell }}' = libdecor ] && echo 'libdecor-dev libdbus-1-dev')
|
||||
sudo pip3 install pyenchant
|
||||
- name: Configure client
|
||||
env:
|
||||
CC: /usr/bin/${{ matrix.compiler.cc }}
|
||||
@ -46,6 +47,8 @@ jobs:
|
||||
run: |
|
||||
cd client/build
|
||||
make -j$(nproc)
|
||||
- name: Checking help spelling
|
||||
run: ./client/build/looking-glass-client --help | ./doc/lgspell.py
|
||||
|
||||
module:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -5,6 +5,7 @@ clang
|
||||
cmake
|
||||
config
|
||||
deuteranope
|
||||
dir
|
||||
distros
|
||||
dmabuf
|
||||
fullscreen
|
||||
|
Loading…
Reference in New Issue
Block a user