Skip to content

test(gno/launchpad-E/GRC20): adapt test by adding coins to realm #7676

test(gno/launchpad-E/GRC20): adapt test by adding coins to realm

test(gno/launchpad-E/GRC20): adapt test by adding coins to realm #7676

Workflow file for this run

name: JS
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
check-js:
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