fix: Wallet crashes on iOS when you switch portfolios #2
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: Validate iOS | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '.github/workflows/validate-ios.yml' | |
- 'ios/**' | |
- 'package.json' | |
- 'scripts/validate-ios.sh' | |
pull_request: | |
paths: | |
- '.github/workflows/validate-ios.yml' | |
- 'ios/**' | |
- 'package.json' | |
- 'scripts/validate-ios.sh' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Lint iOS | |
run: yarn lint:ios |