PR-4096: Expose fields from CSE Packages for RN SDK #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: iOS CSE CI | |
on: | |
pull_request: | |
branches: ["main"] | |
jobs: | |
ci: | |
runs-on: macos-latest | |
strategy: | |
matrix: | |
node-version: [12.x] | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Pod Lint | |
run: | | |
pod lib lint |