diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4eeab5..3021feb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,14 +59,3 @@ jobs: - name: Build with Swift run: swift build - - pod-lint: - name: CocoaPods Lint - runs-on: macos-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Lint Podspec - run: pod lib lint --allow-warnings