Skip to content

fix: autoPlay and update docs #20

fix: autoPlay and update docs

fix: autoPlay and update docs #20

Workflow file for this run

name: Main flow
on:
push:
branches:
- '*'
jobs:
linters:
name: Linters
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run format:ci
- run: npm run tsc
- run: npm run build