Skip to content

Commit 98ee9e5

Browse files
committed
allow linting process to proceed without deprecated warnings
1 parent a0539e2 commit 98ee9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
run: cd SampleApps/SPMTest && swift package resolve
3535
- name: Build & archive SPMTest
3636
run: xcodebuild -project 'SampleApps/SPMTest/SPMTest.xcodeproj' -scheme 'SPMTest' clean build archive CODE_SIGNING_ALLOWED=NO
37+
run: pod lib lint --allow-warnings="deprecated"
3738

0 commit comments

Comments
 (0)