Fix license check in lint job

This commit is contained in:
Nicolas Werner 2024-08-05 19:07:21 +02:00
parent 50f9edfe19
commit 1aa15af11f
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -9,6 +9,6 @@ set -eu
FILES=$(find src resources/qml -type f \( -iname "*.cpp" -o -iname "*.h" -o -iname "*.qml" \)) FILES=$(find src resources/qml -type f \( -iname "*.cpp" -o -iname "*.h" -o -iname "*.qml" \))
reuse annotate --exclude-year --copyright="Nheko Contributors" --license="GPL-3.0-or-later" $FILES reuse annotate --exclude-year --style=cppsingle --copyright="Nheko Contributors" --license="GPL-3.0-or-later" $FILES
git diff --exit-code git diff --exit-code