Skip to content

feat(lightning): sync stored ldk txs with activity list #1929

feat(lightning): sync stored ldk txs with activity list

feat(lightning): sync stored ldk txs with activity list #1929

Workflow file for this run

name: lint-check
on: pull_request
jobs:
eslint:
name: Run lint check
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install Node.js dependencies
run: yarn install
- name: Lint check
run: yarn lint:check