Skip to content

feat: load certified erc20 user tokens at boot time #2637

feat: load certified erc20 user tokens at boot time

feat: load certified erc20 user tokens at boot time #2637

Workflow file for this run

name: Checks
on:
pull_request:
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
may-merge:
needs: ['check', 'lint']
runs-on: ubuntu-latest
steps:
- name: Cleared for merging
run: echo OK