From 266bb2b9a0593ee43cc90a34b864c6faba283264 Mon Sep 17 00:00:00 2001 From: Mike Nachbaur Date: Wed, 28 Feb 2024 14:25:48 -0800 Subject: [PATCH] Disable dependent podspec linting for now --- .github/workflows/tests.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 06604dc95..75d9f2401 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -50,12 +50,13 @@ jobs: - uses: actions/checkout@master - name: OktaAuthFoundation.podspec run: pod lib lint --allow-warnings OktaAuthFoundation.podspec - - name: OktaOAuth2.podspec - run: pod lib lint --allow-warnings OktaOAuth2.podspec - - name: OktaDirectAuth.podspec - run: pod lib lint --allow-warnings OktaDirectAuth.podspec - - name: OktaWebAuthenticationUI.podspec - run: pod lib lint --allow-warnings OktaWebAuthenticationUI.podspec + # TODO: Enable dependent podspec linting once unreleased local spec version checking is fixed. + #- name: OktaOAuth2.podspec + # run: pod lib lint --allow-warnings OktaOAuth2.podspec + #- name: OktaDirectAuth.podspec + # run: pod lib lint --allow-warnings OktaDirectAuth.podspec + #- name: OktaWebAuthenticationUI.podspec + # run: pod lib lint --allow-warnings OktaWebAuthenticationUI.podspec XcodeBuild: name: Xcode Unit Tests