Skip to content

add LNDX to ethereum #1351

add LNDX to ethereum

add LNDX to ethereum #1351

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
run: npm ci
- name: Run lint
run: npm run lint