Remove RSocket
Summary: ^ Changelog: Remove rsocket dependency for iOS Reviewed By: aigoncharov Differential Revision: D33656299 fbshipit-source-id: aab00c425976273112a127e06aca82dfd63194eb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c4f80a826e
commit
9aed8ce02d
12
.github/workflows/iOS-dependent-pod-lint.yml
vendored
12
.github/workflows/iOS-dependent-pod-lint.yml
vendored
@@ -31,15 +31,3 @@ jobs:
|
||||
run: pod repo update
|
||||
- name: Lint Peertalk
|
||||
run: pod spec lint Flipper-PeerTalk.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
|
||||
|
||||
lint-flipper_rsocket_pod:
|
||||
runs-on: macos-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: iOS/Podspecs
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Dependences
|
||||
run: pod repo update
|
||||
- name: Lint RSocket
|
||||
run: pod spec lint Flipper-RSocket.podspec --use-libraries --allow-warnings --verbose --skip-import-validation
|
||||
|
||||
Reference in New Issue
Block a user