Skip to content

fix(ios): Crash "Unexpectedly found nil while implicitly unwrapping an Optional value" #78

fix(ios): Crash "Unexpectedly found nil while implicitly unwrapping an Optional value"

fix(ios): Crash "Unexpectedly found nil while implicitly unwrapping an Optional value" #78

Workflow file for this run

name: "Basic Tests"
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
lint-test:
needs: 'setup'
uses: ./.github/workflows/reusable_lint-packages.yml
verify-packages:
needs: 'setup'
uses: ./.github/workflows/reusable_verify-packages.yml