Skip to content

Commit

Permalink
Lint podspec in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols committed Jan 26, 2024
1 parent 794b2bd commit a86f11e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ jobs:
uses: actions/checkout@v3
- name: Run Tests
run: xcodebuild clean test -scheme TwitterImagePipeline-Package -destination '${{ matrix.destination }}'

cocoapods:
name: CocoaPods
runs-on: macOS-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Validate the Pod
run: pod lib lint TwitterImagePipeline.podspec --allow-warnings

0 comments on commit a86f11e

Please sign in to comment.