Hotfix v0.1.0 to make CI pass by ignoring ./vendor dir for copyright

This commit is contained in:
2025-08-08 19:23:34 +03:00
parent 6642833590
commit 13a76f1406
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
v0.1.0
v0.1.1

View File

@@ -111,7 +111,7 @@ in
};
serviceConfig = {
Restart = "on-failure";
Restart = "no";
RestartSec = "10s";
ExecStart = "/bin/sh -c '${cfg.package}/bin/eko-server'";

View File

@@ -22,7 +22,7 @@ LICENSE_HEADER_TEMPLATE="// Eko: A terminal-native social media platform
// along with this program. If not, see <https://www.gnu.org/licenses/>."
# List of paths to exclude (files or directories)
EXCLUDE_PATHS=("internal/data" "tools/test_rate_limit.go")
EXCLUDE_PATHS=("internal/data" "tools/test_rate_limit.go" "vendor")
MODIFIED=false
CHECK_MODE=false