Browse Source

oops

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2790/head
crueter 5 months ago
parent
commit
c5bbf84ef8
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      .ci/license-header.sh

2
.ci/license-header.sh

@ -96,8 +96,6 @@ check_header() {
BASE=$(git merge-base master HEAD)
FILES=$(git diff --name-only "$BASE")
echo "$EXCLUDE_FILES"
for file in $FILES; do
[ -f "$file" ] || continue

Loading…
Cancel
Save