Skip to content

Commit

Permalink
Ignore LFS when doing git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 6, 2024
1 parent f7091cf commit a94604e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a94604e

Please sign in to comment.