Skip to content

Commit

Permalink
Added Cocoapods update.
Browse files Browse the repository at this point in the history
  • Loading branch information
x-NR-x committed Nov 1, 2023
1 parent cab5f65 commit 3782db2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3782db2

Please sign in to comment.