diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml new file mode 100644 index 000000000..b42e45256 --- /dev/null +++ b/.github/workflows/ios.yml @@ -0,0 +1,14 @@ +name: iOS +on: + pull_request: +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: actions/setup-node@v3 + - run: yarn + - run: npx pod-install + - run: yarn ios