Skip to content

26 feat implement indicators for the chart #15

26 feat implement indicators for the chart

26 feat implement indicators for the chart #15

Workflow file for this run

name: Node Continuous Integration
on:
pull_request:
branches: [ main ]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build