mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 09:49:18 +00:00
Test
This commit is contained in:
parent
1bbd26a954
commit
ee8b2185f9
2
.github/workflows/validate-headers.yml
vendored
2
.github/workflows/validate-headers.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
NON_COMPLIANT_FILES=""
|
NON_COMPLIANT_FILES=""
|
||||||
for FILE in ${{ steps.changed-files.outputs.files }}; do
|
for FILE in ${{ steps.changed-files.outputs.files }}; do
|
||||||
if [[ "$(sed -n '3p' "$FILE")" != "# Copyright (c) 2021-2025 community-scripts ORG" ]]; then
|
if ! sed -n '3p' "$FILE" | { grep -qE "^# Copyright (c) [0-9]{4}(-[0-9]{4})? (community-scripts ORG|tteck|community-scripts ORG \| tteck)$" || false }; then
|
||||||
NON_COMPLIANT_FILES="$NON_COMPLIANT_FILES $FILE"
|
NON_COMPLIANT_FILES="$NON_COMPLIANT_FILES $FILE"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -3,7 +3,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
# Copyright (c) 2021-2025 tteck
|
# Copyright (c) 2021-2025 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
# Source: https://gethomepage.dev/
|
# Source: https://gethomepage.dev/
|
||||||
|
|
||||||
# App Default Values
|
# App Default Values
|
||||||
APP="Homepage"
|
APP="Homepage"
|
||||||
|
Loading…
Reference in New Issue
Block a user