fix: remove invalid clone configuration

The LFS warning is non-fatal. Removing the incorrect clone config
that was causing linter errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Barry Walker
2026-01-13 14:36:32 -05:00
parent 61f2d77591
commit 45ad30c0b4
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -2,10 +2,6 @@
when: when:
- event: pull_request - event: pull_request
clone:
git:
lfs: false
steps: steps:
- name: restore - name: restore
image: mcr.microsoft.com/dotnet/sdk:10.0-preview image: mcr.microsoft.com/dotnet/sdk:10.0-preview
-4
View File
@@ -3,10 +3,6 @@ when:
- event: push - event: push
branch: main branch: main
clone:
git:
lfs: false
steps: steps:
- name: restore - name: restore
image: mcr.microsoft.com/dotnet/sdk:10.0-preview image: mcr.microsoft.com/dotnet/sdk:10.0-preview