File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments