Skip to content

fix: tokenData are passed now from AddTokenByNetwork consistent with the chosen network #2550

fix: tokenData are passed now from AddTokenByNetwork consistent with the chosen network

fix: tokenData are passed now from AddTokenByNetwork consistent with the chosen network #2550

Workflow file for this run

name: Checks
on:
pull_request:
paths:
- 'src/frontend/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Lint
run: npm run lint -- --max-warnings 0
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Lint
run: npm run check
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Test
run: npm run test
may-merge:
needs: ['check', 'lint', 'test']
runs-on: ubuntu-latest
steps:
- name: Cleared for merging
run: echo OK