From 4ab0d64b544c368f6cb09e036080c8c870849d63 Mon Sep 17 00:00:00 2001 From: tichise <43707+tichise@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:21:32 +0900 Subject: [PATCH] Remove CocoaPods linting job from CI Removed CocoaPods linting job from CI workflow. Signed-off-by: tichise <43707+tichise@users.noreply.github.com> --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) 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