Skip to content

Refactor Track by moving nested functions to instance functions #298

Refactor Track by moving nested functions to instance functions

Refactor Track by moving nested functions to instance functions #298

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.20
cache: npm
- run: npm ci
- run: npm test