Skip to content

fix(orhpan-chain): verify node is synced before checking if it's orphan chain #2094

fix(orhpan-chain): verify node is synced before checking if it's orphan chain

fix(orhpan-chain): verify node is synced before checking if it's orphan chain #2094

Workflow file for this run

name: Lint
on: pull_request
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install Node.js dependencies
run: npm ci
- name: check lint/prettier errors
run: npm run lint
- name: check taplo
run: npm run lint:taplo