Skip to content

refactor pool time series to accept pool data to reduce redundant calls #74

refactor pool time series to accept pool data to reduce redundant calls

refactor pool time series to accept pool data to reduce redundant calls #74

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint