Skip to content

Display LoadingIndicator when fetching points data #35

Display LoadingIndicator when fetching points data

Display LoadingIndicator when fetching points data #35

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 21
- run: npm ci
- run: npm run lint