Skip to content

fix(orphan-chain): sentry logging #2275

fix(orphan-chain): sentry logging

fix(orphan-chain): sentry logging #2275

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