Skip to content

Do not fetch price history if price algorithm does not require it #55

Do not fetch price history if price algorithm does not require it

Do not fetch price history if price algorithm does not require it #55

Workflow file for this run

name: Lint
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install
run: npm install
- name: Test
run: npm test