From a94604e9812cba2803f042b91410c24ed4bcbb4d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 6 Sep 2024 15:08:33 +0200 Subject: [PATCH] Ignore LFS when doing git clone --- container/cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/container/cmd b/container/cmd index a355bf5..ba8a2be 100755 --- a/container/cmd +++ b/container/cmd @@ -98,6 +98,7 @@ if test "$GITHUB_EVENT_NAME" = 'pull_request'; then set_linter_options for subdir in $INPUT_SUBDIRECTORIES; do + GIT_LFS_SKIP_SMUDGE=1 \ analyze_subdir "$subdir" done