Skip to content

Commit 32c59e0

Browse files
authored
Don't lint UID2Prebid podspec during PR tests (#84)
1 parent f6f4ee7 commit 32c59e0

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Lint Pull Requests for UID2Prebid
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- UID2Prebid.podspec.json
7+
8+
# this allows us to manually run this job
9+
workflow_dispatch:
10+
11+
jobs:
12+
lint-podspec:
13+
name: Lint UID2Prebid Podspec
14+
runs-on: macos-15
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- name: Select Xcode 16.4
20+
run: sudo xcode-select -s /Applications/Xcode_16.4.app
21+
22+
- name: Lint OpenPass podspec
23+
run: pod lib lint UID2Prebid.podspec.json --verbose

.github/workflows/test-pull-request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
- name: Lint UID2 pod spec
4646
run: pod lib lint UID2.podspec.json --verbose
4747

48-
- name: Lint UID2Prebid pod spec
49-
run: pod lib lint UID2Prebid.podspec.json --verbose
50-
5148
vulnerability-scan:
5249
name: Vulnerability Scan
5350
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)