From 3782db29fed347add3a506ff86df9380c8e4ed91 Mon Sep 17 00:00:00 2001 From: Nilit Danan Date: Wed, 1 Nov 2023 12:52:43 +0000 Subject: [PATCH] Added Cocoapods update. --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20c353ad..f6c32713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,16 @@ concurrency: cancel-in-progress: true jobs: + update: + name: "CocoaPods update" + runs-on: macOS-12 + + steps: + - uses: actions/checkout@v3 + + - name: Updating CocoaPods + run: gem install cocoapods + build: name: "CocoaPods linting" runs-on: macOS-12