mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Fix license check in lint job
This commit is contained in:
parent
50f9edfe19
commit
1aa15af11f
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ set -eu
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue