Skip to content

feat: bump Android SDK to v0.14.0 and bump Swift SDK to v0.12.4 (#14) #45

feat: bump Android SDK to v0.14.0 and bump Swift SDK to v0.12.4 (#14)

feat: bump Android SDK to v0.14.0 and bump Swift SDK to v0.12.4 (#14) #45

Workflow file for this run

name: React Native SDK Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
code-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run package install
run: yarn
- name: Run code format
run: yarn run format
- name: Run code lint
run: yarn run lint