Skip to content

valueTimeSplit parameter #49

valueTimeSplit parameter

valueTimeSplit parameter #49

Workflow file for this run

name: Lint API Docs
on: [push, pull_request]
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: build # will run `yarn build` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: lint # will run `yarn test` command