Skip to content

[SDK] getHMTStatistics() split into 3 methods #4363

[SDK] getHMTStatistics() split into 3 methods

[SDK] getHMTStatistics() split into 3 methods #4363

Workflow file for this run

name: Lint check
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn lint
name: Run lint