Skip to content

Commit 820efed

Browse files
committed
Remove unnecessary extra dirty check
1 parent eb7cea3 commit 820efed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ jobs:
207207
id: build
208208
run: dotnet build ${{ matrix.slnf }} -c Release --no-restore --nologo -v:minimal -flp:logfile=build.log -p:CopyLocalLockFileAssemblies=true -bl:build.binlog
209209

210-
- name: Ensure Cocoa Bindings are up to date
211-
if: ${{ runner.os == 'macOS' }}
212-
shell: pwsh
213-
run: scripts/dirty-check.ps1 -PathToCheck "src/Sentry.Bindings.Cocoa/*.cs" -GuidanceOnFailure "Uncommitted changes to Sentry.Bindings.Cocoa detected. Run `scripts/generate-cocoa-bindings.ps1` locally and commit changes."
214-
215210
- name: Upload build logs
216211
if: ${{ always() }}
217212
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)