Skip to content

fix: fallback to retry to add chain when unable to get eth provider (… #6895

fix: fallback to retry to add chain when unable to get eth provider (…

fix: fallback to retry to add chain when unable to get eth provider (… #6895

Workflow file for this run

name: JS
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version-file: ".nvmrc"
- name: Install node modules
run: yarn
- name: Lint
run: make lint.js
- name: Build web app
run: yarn expo export -p web
- name: Check that there is no diff
run: git diff --exit-code