Skip to content

fix: change track prop to track options #194

fix: change track prop to track options

fix: change track prop to track options #194

Workflow file for this run

name: Code Check CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Deps
run: npm i
- name: Lint code
run: npm run lint