Skip to content

feat: allow arbitrary number of rpcs and block explorers #9

feat: allow arbitrary number of rpcs and block explorers

feat: allow arbitrary number of rpcs and block explorers #9

Workflow file for this run

name: Code Quality
on:
push:
branches:
- 'main'
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'npm'
- name: Install `packages`
run: npm install
- name: Lint
run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'npm'
- name: Install `packages`
run: npm install
- name: Lint
run: npm run test