Skip to content

fix: issue of navigate in MarketplaceScreen #6060

fix: issue of navigate in MarketplaceScreen

fix: issue of navigate in MarketplaceScreen #6060

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@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 18
- 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