mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: Exclude qr from code format too
This commit is contained in:
@ -45,7 +45,8 @@ find . -type d \( \
|
||||
-path ./\*build\* -o \
|
||||
-path ./deps/websocketpp -o \
|
||||
-path ./deps/asio -o \
|
||||
-path ./deps/json \
|
||||
-path ./deps/json -o \
|
||||
-path ./deps/qr \
|
||||
\) -prune -false -type f -o \
|
||||
-name '*.h' -or \
|
||||
-name '*.hpp' -or \
|
||||
|
Reference in New Issue
Block a user