.ci: fix whitespace detection in format

This commit is contained in:
Florian 2023-08-31 12:42:02 +02:00 committed by flodavid
commit fb67d2c16b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dist/*.desktop \
if grep -nrI '\s$' src *.txt *.md Doxyfile .gitignore .gitmodules .ci* dist/*.desktop \
dist/*.svg dist/*.xml; then
echo Trailing whitespace found, aborting
exit 1