Skip to content

Adding SPX to ethereum.ts #1147

Adding SPX to ethereum.ts

Adding SPX to ethereum.ts #1147

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